1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

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

ipxe: 1.21.1-unstable-2024-05-31 -> 1.21.1-unstable-2024-06-27
This commit is contained in:
Weijia Wang 2024-07-02 00:57:07 +02:00 committed by GitHub
commit fd3d9041be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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