gnu-efi: fix hash (#361435)

This commit is contained in:
Christian Kögler
2025-01-01 23:00:20 +01:00
committed by GitHub
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "ncroxon";
repo = "gnu-efi";
rev = version;
hash = "sha256-xtiKglLXm9m4li/8tqbOsyM6ThwGhyu/g4kw5sC4URY=";
hash = "sha256-WTXUIBiyWEVCKfhUUWK5vrK6XmcvsAMl4CuhEw5oYWI=";
};
buildInputs = [ pciutils ];