Unverified Commit 22f25b90 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

ipxe: 1.21.1-unstable-2026-01-10 -> 1.21.1-unstable-2026-01-30 (#485585)

parents db4b1d15 68284d35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.