ipxe 0 -> 1 attrpath: ipxe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dk0f96d6ib6d7bc47j1l2ddncidn09j3-packages.json.drv building '/nix/store/dk0f96d6ib6d7bc47j1l2ddncidn09j3-packages.json.drv'... Going to be running update for following packages: - ipxe-unstable-2023-03-30 Press Enter key to continue... Running update for: - ipxe-unstable-2023-03-30: UPDATING ... - ipxe-unstable-2023-03-30: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/ipxe/default.nix b/pkgs/tools/misc/ipxe/default.nix index 3f4a58a4303..cee46942320 100644 --- a/pkgs/tools/misc/ipxe/default.nix +++ b/pkgs/tools/misc/ipxe/default.nix @@ -30,7 +30,7 @@ in stdenv.mkDerivation rec { pname = "ipxe"; - version = "unstable-2023-03-30"; + version = "unstable-2023-07-19"; nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux; depsBuildBuild = [ buildPackages.stdenv.cc ]; @@ -40,8 +40,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "ipxe"; repo = "ipxe"; - rev = "1d1cf74a5e58811822bee4b3da3cff7282fcdfca"; - sha256 = "8pwoPrmkpL6jIM+Y/C0xSvyrBM/Uv0D1GuBwNm+0DHU="; + rev = "c1834f323f4f6b9b46cd5895b1457a117381363f"; + sha256 = "fJeDgm+OaItshWFliq08Y0BPDD2FCkezeEp7trqWNjA="; }; postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 '' No auto update branch exists There might already be an open PR for this update: - ocf-resouce-agents: 4.10.0 -> 4.12.0 (and fix build on i686) URL "https://api.github.com/repos/NixOS/nixpkgs/issues/233009"