Loading pkgs/tools/misc/ipxe/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading @@ -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 Loading
pkgs/tools/misc/ipxe/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading @@ -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