ipxe: 1.21.1-unstable-2025-08-29 -> 1.21.1-unstable-2025-09-18 (#444863)

Changed files
+3 -3
pkgs
by-name
ip
+3 -3
pkgs/by-name/ip/ipxe/package.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "ipxe";
-
version = "1.21.1-unstable-2025-08-29";
+
version = "1.21.1-unstable-2025-09-18";
nativeBuildInputs = [
mtools
···
src = fetchFromGitHub {
owner = "ipxe";
repo = "ipxe";
-
rev = "969ce2c559a6841a949a1b73a3967b1889e0c999";
-
hash = "sha256-a9Nmo9ZAzbsePwS/LFh3qMMfsezu0194WV98BXhiT0Y=";
+
rev = "6464f2edb855274cd3e311eff0aa718935b3eef6";
+
hash = "sha256-K1BiZqthdkIbRiBHUYTu7aIJ8LJ1xpGmVCa255GkFmM=";
};
# Calling syslinux on a FAT image isn't going to work on Aarch64.