Unverified Commit 4e7604d3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

ipxe: unstable-2023-01-25 -> unstable-2023-02-20
parents 762c401c ec92fa54
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-2023-01-25";
  version = "unstable-2023-02-20";

  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 = "4bffe0f0d9d0e1496ae5cfb7579e813277c29b0f";
    sha256 = "oDQBJz6KKV72DfhNEXjAZNeolufIUQwhroczCuYnGQA=";
    rev = "471599dc7721d454b6658062c901b52038a78be2";
    sha256 = "F158oUVsfIvuWDHwUnJlyyCFsfn0varRA6Borf9VZ60=";
  };

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