Unverified Commit 4a07ab32 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #209402 from r-ryantm/auto-update/ipxe

ipxe: unstable-2022-04-06 -> unstable-2023-01-25
parents 1d45ee95 cb12769f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ in

stdenv.mkDerivation rec {
  pname = "ipxe";
  version = "unstable-2022-04-06";
  version = "unstable-2023-01-25";

  nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
  depsBuildBuild = [ buildPackages.stdenv.cc ];
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "ipxe";
    repo = "ipxe";
    rev = "70995397e5bdfd3431e12971aa40630c7014785f";
    sha256 = "SrTNEYk13JXAcJuogm9fZ7CrzJIDRc0aziGdjRNv96I=";
    rev = "4bffe0f0d9d0e1496ae5cfb7579e813277c29b0f";
    sha256 = "oDQBJz6KKV72DfhNEXjAZNeolufIUQwhroczCuYnGQA=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''