Commit a3193f95 authored by OPNA2608's avatar OPNA2608
Browse files

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

parent 8394f4f6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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";