ipxe: unstable-2024-02-08 -> 1.21.1-unstable-2024-02-08
This commit is contained in:
parent
8394f4f63e
commit
a3193f95f3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user