Revert "gnu-efi: 3.0.15 → 3.0.18"

This commit is contained in:
Weijia Wang 2024-05-02 13:19:59 +02:00
parent 8285130d5d
commit dccf5b5618
2 changed files with 11 additions and 4 deletions

View File

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

View File

@ -1,8 +1,7 @@
{ lib
, stdenv
, fetchurl
, fetchFromGitHub
, substituteAll
, fetchpatch
, pkg-config
, meson
, ninja
@ -20,6 +19,14 @@ stdenv.mkDerivation rec {
hash = "sha256-r9CAWirQgafK/y71vABM46AUe1OAFejsqWY0FxaxJg4=";
};
patches = [
(fetchpatch {
url = "https://github.com/fwupd/fwupd-efi/commit/26c6ec5c1e7765fb5dc6a4df511ab21ee6c6e67a.patch";
revert = true;
hash = "sha256-vTdYExd7OlrrZ/LhlEO1zcvpKzeT5OeOeosD8/LUkMg=";
})
];
nativeBuildInputs = [
meson
ninja