forked from mirrors/nixpkgs
Merge pull request #190728 from felixsinger/pkgs/uefitool/update
uefitool: A60 -> A61
This commit is contained in:
commit
7bd533e8cd
|
@ -3,9 +3,9 @@ let
|
|||
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
||||
in rec {
|
||||
new-engine = common rec {
|
||||
version = "A60";
|
||||
sha256 = "sha256-E99Mf2T6Bg4NsFXzFn4kNf602DmtiyBk6Vcj6JfOPR0=";
|
||||
installFiles = [ "UEFITool/UEFITool" "UEFIFind/UEFIFind" "UEFIExtract/UEFIExtract" ];
|
||||
version = "A61";
|
||||
sha256 = "sha256-6RxWAR0KY6o98RwOLRHy6wShTHAaQlvYYbCNLa5FzH4=";
|
||||
installFiles = [ "build/UEFITool/UEFITool" "build/UEFIFind/UEFIFind" "build/UEFIExtract/UEFIExtract" ];
|
||||
};
|
||||
old-engine = common rec {
|
||||
version = "0.28.0";
|
||||
|
|
Loading…
Reference in a new issue