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

ipxe: unstable-2023-03-07 -> unstable-2023-03-15

authored by Weijia Wang and committed by GitHub b671a63b 13d45b73

+3 -3
+3 -3
pkgs/tools/misc/ipxe/default.nix
··· 30 31 stdenv.mkDerivation rec { 32 pname = "ipxe"; 33 - version = "unstable-2023-03-07"; 34 35 nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux; 36 depsBuildBuild = [ buildPackages.stdenv.cc ]; ··· 40 src = fetchFromGitHub { 41 owner = "ipxe"; 42 repo = "ipxe"; 43 - rev = "9e1f7a3659071004f4b8c76f2593da6287f0d575"; 44 - sha256 = "a9YvF/oGnZ/GuBDfWj/Uh6ozY0sTztlCqEMk//lb5Lo="; 45 }; 46 47 postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
··· 30 31 stdenv.mkDerivation rec { 32 pname = "ipxe"; 33 + version = "unstable-2023-03-15"; 34 35 nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux; 36 depsBuildBuild = [ buildPackages.stdenv.cc ]; ··· 40 src = fetchFromGitHub { 41 owner = "ipxe"; 42 repo = "ipxe"; 43 + rev = "09e8a154084c57311463408e3f2e412c305a9638"; 44 + sha256 = "pAZs3CyFPH1tiMo3Te2DN3lahzmNTX9kqNvfZLDF6BQ="; 45 }; 46 47 postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''