Merge pull request #194535 from felixsinger/pkgs/uefitool/update
uefitool: A61 -> A62
This commit is contained in:
commit
0b1b3859a8
@ -3,8 +3,8 @@ let
|
||||
common = opts: libsForQt5.callPackage (import ./common.nix opts) {};
|
||||
in rec {
|
||||
new-engine = common rec {
|
||||
version = "A61";
|
||||
sha256 = "sha256-6RxWAR0KY6o98RwOLRHy6wShTHAaQlvYYbCNLa5FzH4=";
|
||||
version = "A62";
|
||||
sha256 = "sha256-U89j0BV57luv1c9hoYJtisKLxFezuaGFokZ29/NJ0xg=";
|
||||
installFiles = [ "build/UEFITool/UEFITool" "build/UEFIFind/UEFIFind" "build/UEFIExtract/UEFIExtract" ];
|
||||
};
|
||||
old-engine = common rec {
|
||||
|
Loading…
Reference in New Issue
Block a user