ostree 2023.2 -> 2023.5 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix index c8485d4a2fa..cc36427809b 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 = "2023.5"; 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-vFk6+zH+GsPVBBn5F/r+MhoKNWHXuyukmKg3QP462xQ="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ostree nix build failed. got build log for 'ostree' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/j010kkjms517r2swd3qmzp74x52annwr-libostree-2023.5.tar.xz source root is libostree-2023.5 setting SOURCE_DATE_EPOCH to timestamp 1688137674 of file libostree-2023.5/apidoc/ostree.types @nix { "action": "setPhase", "phase": "patchPhase" } patching sources 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 273 (offset -2 lines). patching file configure.ac Hunk #1 FAILED at 186. Hunk #2 succeeded at 686 (offset 80 lines). 1 out of 2 hunks FAILED -- saving rejects to file configure.ac.rej patching file man/ostree-trivial-httpd.xml 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 succeeded at 183 (offset 9 lines).