Unverified Commit 94f16f27 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ipxe: 1.21.1-unstable-2025-02-28 -> 1.21.1-unstable-2025-03-27 (#393889)

parents 0ef31de6 f017696d
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-2025-02-28";
  version = "1.21.1-unstable-2025-03-27";

  nativeBuildInputs = [
    mtools
@@ -65,8 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "ipxe";
    repo = "ipxe";
    rev = "be3a78eaf804a2c437aa055d5c1e2f4a1310a0c1";
    hash = "sha256-W1nLhFc3OttPbDyf8e7OM+kHQajamvNJ550YdTwlOHA=";
    rev = "09fbebc084bddcb5bc7277f1644154ab35e6a334";
    hash = "sha256-7F7SYSvSiY23xZbiJdzjiSDMnfeB4gWNodlHVgm9MyE=";
  };

  # Calling syslinux on a FAT image isn't going to work on Aarch64.