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.
1 parent 6ed432a commit 71c7a73Copy full SHA for 71c7a73
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-05-16";
+ version = "1.21.1-unstable-2025-05-27";
52
53
nativeBuildInputs = [
54
mtools
@@ -65,8 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
65
src = fetchFromGitHub {
66
owner = "ipxe";
67
repo = "ipxe";
68
- rev = "83449702e09236dccebd4913d5823d5e00b643e0";
69
- hash = "sha256-od4ZX0Tgc0S/b73jIvPmCEHNijlKDYJPjmOhoRmyNSM=";
+ rev = "3fe321c42a6032f9608026486015cda185f0d5f0";
+ hash = "sha256-kc1FdkyVerqs8mmzf1WWRvzkP7Nkw3wKltlrJIvyHBw=";
70
};
71
72
# Calling syslinux on a FAT image isn't going to work on Aarch64.
0 commit comments