Merge pull request #209402 from r-ryantm/auto-update/ipxe
ipxe: unstable-2022-04-06 -> unstable-2023-01-25
This commit is contained in:
commit
4a07ab32d5
@ -30,7 +30,7 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ipxe";
|
pname = "ipxe";
|
||||||
version = "unstable-2022-04-06";
|
version = "unstable-2023-01-25";
|
||||||
|
|
||||||
nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
|
nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ipxe";
|
owner = "ipxe";
|
||||||
repo = "ipxe";
|
repo = "ipxe";
|
||||||
rev = "70995397e5bdfd3431e12971aa40630c7014785f";
|
rev = "4bffe0f0d9d0e1496ae5cfb7579e813277c29b0f";
|
||||||
sha256 = "SrTNEYk13JXAcJuogm9fZ7CrzJIDRc0aziGdjRNv96I=";
|
sha256 = "oDQBJz6KKV72DfhNEXjAZNeolufIUQwhroczCuYnGQA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
|
||||||
|
Loading…
Reference in New Issue
Block a user