gnu-efi: fix hash

This commit is contained in:
Ophestra Umiker
2024-12-19 09:50:51 +09:00
parent 06c775fc68
commit 09f0e92268
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "ncroxon";
repo = "gnu-efi";
rev = version;
hash = "sha256-xtiKglLXm9m4li/8tqbOsyM6ThwGhyu/g4kw5sC4URY=";
hash = "sha256-WTXUIBiyWEVCKfhUUWK5vrK6XmcvsAMl4CuhEw5oYWI=";
};
buildInputs = [ pciutils ];