uefitool.new-engine: A56 -> A57
This commit is contained in:
parent
fcbc4151d4
commit
0cf2b462d6
@ -3,8 +3,8 @@ let
|
|||||||
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
||||||
in rec {
|
in rec {
|
||||||
new-engine = common rec {
|
new-engine = common rec {
|
||||||
version = "A56";
|
version = "A57";
|
||||||
sha256 = "0sxmjkrwcchxg2qmcjsw2vr42s7cdcg2fxkwb8axq2r2z23465gp";
|
sha256 = "0algfdlxfjs582hsqmagbcmw06p8qlh0k5xczfkscs3prdn2vm7n";
|
||||||
installFiles = [ "UEFITool/UEFITool" "UEFIFind/UEFIFind" "UEFIExtract/UEFIExtract" ];
|
installFiles = [ "UEFITool/UEFITool" "UEFIFind/UEFIFind" "UEFIExtract/UEFIExtract" ];
|
||||||
};
|
};
|
||||||
old-engine = common rec {
|
old-engine = common rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user