2020-04-24 23:36:52 +00:00
|
|
|
{ libsForQt5 }:
|
|
|
|
let
|
|
|
|
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
|
|
|
in rec {
|
|
|
|
new-engine = common rec {
|
2022-10-06 18:32:54 +00:00
|
|
|
version = "A62";
|
|
|
|
sha256 = "sha256-U89j0BV57luv1c9hoYJtisKLxFezuaGFokZ29/NJ0xg=";
|
2022-09-14 18:05:37 +00:00
|
|
|
installFiles = [ "build/UEFITool/UEFITool" "build/UEFIFind/UEFIFind" "build/UEFIExtract/UEFIExtract" ];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
old-engine = common rec {
|
2020-05-15 21:57:56 +00:00
|
|
|
version = "0.28.0";
|
|
|
|
sha256 = "1n2hd2dysi5bv2iyq40phh1jxc48gdwzs414vfbxvcharcwapnja";
|
2020-04-24 23:36:52 +00:00
|
|
|
installFiles = [ "UEFITool" "UEFIReplace/UEFIReplace" "UEFIPatch/UEFIPatch" ];
|
|
|
|
};
|
|
|
|
}
|