Unverified Commit a43bc218 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

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

ipxe: 1.21.1-unstable-2024-06-27 -> 1.21.1-unstable-2024-08-15
parents 345cf124 d37e698d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ in

stdenv.mkDerivation rec {
  pname = "ipxe";
  version = "1.21.1-unstable-2024-06-27";
  version = "1.21.1-unstable-2024-08-15";

  nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
  depsBuildBuild = [ buildPackages.stdenv.cc ];
@@ -43,8 +43,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "ipxe";
    repo = "ipxe";
    rev = "b66e27d9b29a172a097c737ab4d378d60fe01b05";
    hash = "sha256-TKZ4WjNV2oZIYNefch7E7m1JpeoC/d7O1kofoNv8G40=";
    rev = "950f6b5861d8d6b247b37e4e1401d26d8f908ee8";
    hash = "sha256-Zf2ZblKUyKPo0YdzQFeCEAnYkvWDsmuTS9htvSybpXo=";
  };

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