ipxe: 1.21.1-unstable-2025-11-19 -> 1.21.1-unstable-2025-11-26

This commit is contained in:
R. Ryantm
2025-11-27 19:05:49 +00:00
parent bc0da6f230
commit 580aa3dff4
+3 -3
View File
@@ -48,7 +48,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "ipxe";
version = "1.21.1-unstable-2025-11-19";
version = "1.21.1-unstable-2025-11-26";
nativeBuildInputs = [
mtools
@@ -66,8 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ipxe";
repo = "ipxe";
rev = "81496315f22f5ab90eddf8788fc8526eab1852f9";
hash = "sha256-5/qxoCUtCEoZxaf8j03hqWjmJHo3kpBFWpBV180gjaY=";
rev = "d73981aece2544ee05685dccaf5a71b533fabb44";
hash = "sha256-xhq8VRXdC6wPlViTHxI3fPcgE8gYvzcZTC2zN1b0DXo=";
};
# Calling syslinux on a FAT image isn't going to work on Aarch64.