uefitool: init at A56 and 0.27.0
default to new-engine
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ libsForQt5 }:
|
||||
let
|
||||
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
||||
in rec {
|
||||
new-engine = common rec {
|
||||
version = "A56";
|
||||
sha256 = "0sxmjkrwcchxg2qmcjsw2vr42s7cdcg2fxkwb8axq2r2z23465gp";
|
||||
installFiles = [ "UEFITool/UEFITool" "UEFIFind/UEFIFind" "UEFIExtract/UEFIExtract" ];
|
||||
};
|
||||
old-engine = common rec {
|
||||
version = "0.27.0";
|
||||
sha256 = "1i1p823qld927p4f1wcphqcnivb9mq7fi5xmzibxc3g9zzgnyc2h";
|
||||
installFiles = [ "UEFITool" "UEFIReplace/UEFIReplace" "UEFIPatch/UEFIPatch" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user