ipxe: 1.21.1-unstable-2026-01-10 -> 1.21.1-unstable-2026-01-30

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2026-01-31 20:53:29 +11:00
parent 5d302ecc40
commit 68284d3566
+3 -3
View File
@@ -48,7 +48,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "ipxe";
version = "1.21.1-unstable-2026-01-10";
version = "1.21.1-unstable-2026-01-30";
nativeBuildInputs = [
mtools
@@ -66,8 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ipxe";
repo = "ipxe";
rev = "9c01c5a5dacb54167132d9a27259b23acdf091d6";
hash = "sha256-7Gsczc6jcUT0jDHNrgYWycqTs2/x3eqzbFwEwz8Z8kU=";
rev = "74e0551ac2f66760430e69407a4f7ed0dfe9feab";
hash = "sha256-7Guts4js1pM/Vse58XCjr7K8qHbJU5oiFFuqojwXTC4=";
};
# Calling syslinux on a FAT image isn't going to work on Aarch64.