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

ipxe: unstable-2023-01-25 -> unstable-2023-02-20
This commit is contained in:
Weijia Wang 2023-02-26 01:02:38 +02:00 committed by GitHub
commit 4e7604d350
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-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 ''