mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
uefitool: A61 -> A62
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
0906855159
commit
1c919127c5
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue