diff --git a/pkgs/by-name/ue/uefisettings/package.nix b/pkgs/by-name/ue/uefisettings/package.nix index ef6c96c90a46..4cee70ea5e8b 100644 --- a/pkgs/by-name/ue/uefisettings/package.nix +++ b/pkgs/by-name/ue/uefisettings/package.nix @@ -7,13 +7,13 @@ rustPlatform.buildRustPackage { name = "uefisettings"; - version = "0-unstable-2024-03-26"; + version = "0-unstable-2024-11-28"; src = fetchFromGitHub { owner = "linuxboot"; repo = "uefisettings"; - rev = "f90aed759b9c2217bea336e37ab5282616ece390"; - hash = "sha256-Cik8uVdzhMmgXfx23axkUJBg8zd5afMgYvluN0BJsdo="; + rev = "f4d12fbdb32d1bc355dd37d5077add0a0a049be4"; + hash = "sha256-f6CTmnY/BzIP/nfHa3Q4HWd1Ee+b7C767FB/8A4DUUM="; }; passthru.updateScript = unstableGitUpdater { };