gnu-efi: 4.0.0 -> 4.0.2

This commit is contained in:
R. Ryantm 2025-07-23 08:52:48 +00:00 committed by Masum Reza
parent 6ce8f27985
commit 18ca15c57f

View File

@ -14,13 +14,13 @@ assert lib.assertMsg stdenv.hostPlatform.isEfi "gnu-efi may only be built for EF
stdenv.mkDerivation (finalAttrs: {
pname = "gnu-efi";
version = "4.0.0";
version = "4.0.2";
src = fetchFromGitHub {
owner = "ncroxon";
repo = "gnu-efi";
tag = finalAttrs.version;
hash = "sha256-vVtJkAPe5tPDLAFZibnJRC7G7WtOg11JT5QipdO+FIk=";
hash = "sha256-oIj0aNY4xU5OcO69TTjh5FcWzzkFd6jbenwzVvTXjqo=";
};
buildInputs = [ pciutils ];
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [
# This is a mess, upstream is aware.
# The source for these is Fedora's SPDX identifier for this package.
# Fedora also has gpl2Only here, but 4.0.0 doesn't have gpl2Only code.
# Fedora also has gpl2Only here, but 4.0.2 doesn't have gpl2Only code.
# However, both upstream and Fedora seems to have missed
# bsdAxisNoDisclaimerUnmodified and MIT.
bsd2