ostree 2023.2 -> 2024.4 https://github.com/ostreedev/ostree/releases attrpath: ostree Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix index dcb4065a02c0..ee1f5343b0d8 100644 --- a/pkgs/tools/misc/ostree/default.nix +++ b/pkgs/tools/misc/ostree/default.nix @@ -42,13 +42,13 @@ let ]); in stdenv.mkDerivation rec { pname = "ostree"; - version = "2023.2"; + version = "2024.4"; outputs = [ "out" "dev" "man" "installedTests" ]; src = fetchurl { url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"; - sha256 = "sha256-zrB4h1Wgv/VzjURUNVL7+IPPcd9IG6o8pyiNp6QCu4U="; + sha256 = "sha256-Y8kZCCEzOsc3Pg2SPkwnZrJevc/fTvtEy1koxlidn8s="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ostree nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/waif5qx7dy4i471r4xjdinaqr230j10h-libostree-2024.4.tar.xz source root is libostree-2024.4 setting SOURCE_DATE_EPOCH to timestamp 1708713910 of file libostree-2024.4/apidoc/ostree.types @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/q6c43ylsd4pb7r52pgdcd2g7mml98dzm-01-Drop-ostree-trivial-httpd-CLI-move-to-tests-director.patch patching file Makefile-man.am Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file Makefile-man.am.rej patching file Makefile-ostree.am Hunk #1 FAILED at 138. 1 out of 1 hunk FAILED -- saving rejects to file Makefile-ostree.am.rej patching file Makefile-tests.am Hunk #1 succeeded at 283 with fuzz 1 (offset 8 lines). patching file configure.ac Hunk #1 FAILED at 186. Hunk #2 FAILED at 606. 2 out of 2 hunks FAILED -- saving rejects to file configure.ac.rej The next patch would delete the file man/ostree-trivial-httpd.xml, which does not exist! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored patching file src/ostree/main.c Hunk #1 FAILED at 118. 1 out of 1 hunk FAILED -- saving rejects to file src/ostree/main.c.rej patching file tests/libtest.sh Hunk #1 FAILED at 174. 1 out of 1 hunk FAILED -- saving rejects to file tests/libtest.sh.rej