chore: bump uefi to 1.61.1
This commit is contained in:
parent
b957608c2a
commit
b78fc5d593
1 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
fetchurl,
|
||||
|
@ -6,11 +8,11 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "uefi";
|
||||
version = "1.60";
|
||||
version = "1.61";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.lenovo.com/pccbbs/mobiles/n3huj19w.exe";
|
||||
hash = "sha256-ZSjkvbMb0e9CoL2OYo3Aioyz3or1YkOX/BdOOeAuL7I=";
|
||||
url = "https://download.lenovo.com/pccbbs/mobiles/n3huj20w.exe";
|
||||
hash = "sha256-A3l/ZfIbFcvFX+bMWYgpW+1kkYPu5MQkuTCgszhaoIY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ innoextract ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue