We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dfa050 + c13aeeb commit 2f2b5efCopy full SHA for 2f2b5ef
pkgs/by-name/ip/ipxe/package.nix
@@ -48,7 +48,7 @@ in
48
49
stdenv.mkDerivation (finalAttrs: {
50
pname = "ipxe";
51
- version = "1.21.1-unstable-2025-07-24";
+ version = "1.21.1-unstable-2025-07-30";
52
53
nativeBuildInputs = [
54
mtools
@@ -66,8 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
66
src = fetchFromGitHub {
67
owner = "ipxe";
68
repo = "ipxe";
69
- rev = "e3a6e9230c4e513e6a529427d71a714849b6f788";
70
- hash = "sha256-/09YxHQGbSdiLwhxOIWh2lPPabTL9QQsOUYpo8zp2f0=";
+ rev = "f7a1e9ef8e1dc22ebded786507b872a45e3fb05d";
+ hash = "sha256-dNnZH6ENxx3K2lAIE0B8mLjOo05D/TBguarrGrxXozc=";
71
};
72
73
# Calling syslinux on a FAT image isn't going to work on Aarch64.
0 commit comments