mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #83326 from helsinki-systems/upd/uefitool
uefitool: update
This commit is contained in:
commit
1a74d41c0e
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ 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 {
|
||||||
version = "0.27.0";
|
version = "0.28.0";
|
||||||
sha256 = "1i1p823qld927p4f1wcphqcnivb9mq7fi5xmzibxc3g9zzgnyc2h";
|
sha256 = "1n2hd2dysi5bv2iyq40phh1jxc48gdwzs414vfbxvcharcwapnja";
|
||||||
installFiles = [ "UEFITool" "UEFIReplace/UEFIReplace" "UEFIPatch/UEFIPatch" ];
|
installFiles = [ "UEFITool" "UEFIReplace/UEFIReplace" "UEFIPatch/UEFIPatch" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue