gnu-efi: 3.0.15 -> 3.0.18

This commit is contained in:
R. Ryantm 2024-03-24 07:35:25 +00:00 committed by Maxine Aubrey
parent 637f958ce9
commit ee2e6c819b
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gnu-efi";
version = "3.0.15";
version = "3.0.18";
src = fetchurl {
url = "mirror://sourceforge/gnu-efi/${pname}-${version}.tar.bz2";
sha256 = "sha256-kxole5xcG6Zf9Rnxg3PEOKJoJfLbeGaxY+ltGxaPIOo=";
hash = "sha256-fyEslu5mVH7u+1MSZ7ZB5Uc9fYUp8L2Mze/TPPdBP1w=";
};
buildInputs = [ pciutils ];