about summary refs log tree commit diff
path: root/pkgs/tools/system/uefitool
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-10-05 06:00:59 +0200
committerFelix Singer <felixsinger@posteo.net>2022-10-05 06:00:59 +0200
commit1c919127c55d69de0731f31982f7947a8edcd83c (patch)
tree62e4bc50fcf32de2e65cb6999635ea1850c5e555 /pkgs/tools/system/uefitool
parent0906855159e6b788d5ab0e36cbb9adf8c4db3bcc (diff)
uefitool: A61 -> A62
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'pkgs/tools/system/uefitool')
-rw-r--r--pkgs/tools/system/uefitool/variants.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/uefitool/variants.nix b/pkgs/tools/system/uefitool/variants.nix
index 3ea24e55c6e0d..647922046c66b 100644
--- a/pkgs/tools/system/uefitool/variants.nix
+++ b/pkgs/tools/system/uefitool/variants.nix
@@ -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 {