chore: bump uefi to 1.61.1

This commit is contained in:
steveej 2024-11-16 23:31:38 +01:00
parent b957608c2a
commit b78fc5d593

View file

@ -1,3 +1,5 @@
# https://support.lenovo.com/us/en/downloads/ds556845-bios-update-utility-bootable-cd-for-windows-11-thinkpad-x13s-gen-1-type-21bx-21by
{ {
stdenv, stdenv,
fetchurl, fetchurl,
@ -6,11 +8,11 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "uefi"; name = "uefi";
version = "1.60"; version = "1.61";
src = fetchurl { src = fetchurl {
url = "https://download.lenovo.com/pccbbs/mobiles/n3huj19w.exe"; url = "https://download.lenovo.com/pccbbs/mobiles/n3huj20w.exe";
hash = "sha256-ZSjkvbMb0e9CoL2OYo3Aioyz3or1YkOX/BdOOeAuL7I="; hash = "sha256-A3l/ZfIbFcvFX+bMWYgpW+1kkYPu5MQkuTCgszhaoIY=";
}; };
nativeBuildInputs = [ innoextract ]; nativeBuildInputs = [ innoextract ];