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 aa5c0b2 + ba94242 commit 9d55726Copy full SHA for 9d55726
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-10-28";
+ version = "1.21.1-unstable-2025-10-29";
52
53
nativeBuildInputs = [
54
mtools
@@ -66,8 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
66
src = fetchFromGitHub {
67
owner = "ipxe";
68
repo = "ipxe";
69
- rev = "0336e2987c3e671298af8c2817ec17aa67e98065";
70
- hash = "sha256-janNModKaSeKuGd+zeJrJlowNAR97/hrUbj5TGlpV7I=";
+ rev = "fde35ff003a610eca04db0e11fb81e8dfee8a681";
+ hash = "sha256-wDdqP+EgZqAx+44oy/2x36ZuDJPbTSiiztAISbaVi3o=";
71
};
72
73
# Calling syslinux on a FAT image isn't going to work on Aarch64.
0 commit comments