ipxe: unstable-2023-03-30 -> unstable-2023-07-19
This commit is contained in:
parent
48878dfec4
commit
af89d1e077
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ipxe";
|
pname = "ipxe";
|
||||||
version = "unstable-2023-03-30";
|
version = "unstable-2023-07-19";
|
||||||
|
|
||||||
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 = "1d1cf74a5e58811822bee4b3da3cff7282fcdfca";
|
rev = "c1834f323f4f6b9b46cd5895b1457a117381363f";
|
||||||
sha256 = "8pwoPrmkpL6jIM+Y/C0xSvyrBM/Uv0D1GuBwNm+0DHU=";
|
hash = "sha256-fJeDgm+OaItshWFliq08Y0BPDD2FCkezeEp7trqWNjA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
|
||||||
|
|
Loading…
Reference in a new issue