ipxe: unstable-2024-02-08 -> 1.21.1-unstable-2024-02-08

This commit is contained in:
OPNA2608 2024-03-03 18:49:53 +01:00
parent 8394f4f63e
commit a3193f95f3

View File

@ -33,7 +33,7 @@ in
stdenv.mkDerivation rec {
pname = "ipxe";
version = "unstable-2024-02-08";
version = "1.21.1-unstable-2024-02-08";
nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
depsBuildBuild = [ buildPackages.stdenv.cc ];
@ -101,7 +101,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater {};
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = with lib;
{ description = "Network boot firmware";