ipxe: 1.21.1-unstable-2024-04-17 -> 1.21.1-unstable-2024-05-31

This commit is contained in:
R. Ryantm 2024-06-02 14:44:33 +00:00
parent d89843551b
commit 4412282fc0

View File

@ -33,7 +33,7 @@ in
stdenv.mkDerivation rec {
pname = "ipxe";
version = "1.21.1-unstable-2024-04-17";
version = "1.21.1-unstable-2024-05-31";
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 = "d7e58c5a812988c341ec4ad19f79faf067388d58";
hash = "sha256-OIisRd2o2zrTqH1Xv3FDhQWDqhKNeGhPkHWyYZzbtTU=";
rev = "e965f179e1654103eca33feed7a9cc4c51d91be6";
hash = "sha256-32LYNF+5z5rS4y2iGKA2BnQntXg9Ec9709m6pL5hBdo=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''