Merge pull request #247039 from flokli/ipxe-bump

ipxe: unstable-2023-03-30 -> unstable-2023-07-19
This commit is contained in:
Weijia Wang 2023-08-06 00:01:45 +02:00 committed by GitHub
commit 874e8d8882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ in
stdenv.mkDerivation rec {
pname = "ipxe";
version = "unstable-2023-03-30";
version = "unstable-2023-07-19";
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 = "1d1cf74a5e58811822bee4b3da3cff7282fcdfca";
sha256 = "8pwoPrmkpL6jIM+Y/C0xSvyrBM/Uv0D1GuBwNm+0DHU=";
rev = "c1834f323f4f6b9b46cd5895b1457a117381363f";
hash = "sha256-fJeDgm+OaItshWFliq08Y0BPDD2FCkezeEp7trqWNjA=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''