fwupd-efi: 1.3 → 1.4

This commit is contained in:
Maxine Aubrey
2024-01-16 23:32:41 +01:00
parent 44e993f0c8
commit 065e614cde
@@ -8,15 +8,16 @@
, ninja
, gnu-efi
, python3
, python3Packages
}:
stdenv.mkDerivation rec {
pname = "fwupd-efi";
version = "1.3";
version = "1.4";
src = fetchurl {
url = "https://people.freedesktop.org/~hughsient/releases/${pname}-${version}.tar.xz";
sha256 = "sha256-1Ys04TwhWYZ8ORJgr04kGO6/lI1I36sC6kcrVoP/r1k=";
sha256 = "sha256-J928Ck4yCVQ+q0nmnxoBTrntlfk/9R+WbzEILTt7/7w=";
};
nativeBuildInputs = [
@@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
ninja
pkg-config
python3
python3Packages.pefile
];
buildInputs = [