libtree 3.1.0 -> 3.1.1 https://repology.org/metapackage/libtree/versions attrpath: libtree Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: syntax error, unexpected '=', expecting ';' at /var/cache/nixpkgs-update/worker/worktree/libtree/pkgs/development/tools/misc/libtree/default.nix:21:64: 20| rev = "v${version}"; 21| sha256 = sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=; | ^ 22| }; stderr did not split as expected full stderr was: error: syntax error, unexpected '=', expecting ';' at /var/cache/nixpkgs-update/worker/worktree/libtree/pkgs/development/tools/misc/libtree/default.nix:21:64: 20| rev = "v${version}"; 21| sha256 = sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=; | ^ 22| }; stderr did not split as expected full stderr was: error: syntax error, unexpected '=', expecting ';' at /var/cache/nixpkgs-update/worker/worktree/libtree/pkgs/development/tools/misc/libtree/default.nix:21:64: 20| rev = "v${version}"; 21| sha256 = sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=; | ^ 22| }; libtree 3.1.0 -> 3.1.1 https://github.com/haampie/libtree/releases attrpath: libtree Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/misc/libtree/default.nix b/pkgs/development/tools/misc/libtree/default.nix index 219ce239f48..bca3e6190cc 100644 --- a/pkgs/development/tools/misc/libtree/default.nix +++ b/pkgs/development/tools/misc/libtree/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "libtree"; - version = "3.1.0"; + version = "3.1.1"; src = fetchFromGitHub { owner = "haampie"; repo = "libtree"; rev = "v${version}"; - sha256 = "sha256-C5QlQsBL9Als80Tv13ex2XS5Yj50Ht8eDfGYAtnh/HI="; + sha256 = "sha256-q3JtQ9AxoP0ma9K96cC3gf6QmQ1FbS7T7I59qhkwbMk="; }; buildInputs = [ cxxopts elfio termcolor ]; 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 libtree nix build failed. ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [liba.so]: Not all dependencies were found LD_LIBRARY_PATH=/build/source/tests/02_rpath_of_parents_parent ../../libtree liba.so # should find libb.so through LD_LIBRARY_PATH liba.so  └── libb.so [LD_LIBRARY_PATH] ../../libtree exe # should find libb.so through exe's rpath exe  └── liba.so [rpath] └── libb.so not found  ┊ Paths considered in this order:  ┊ 1. rpath is skipped because runpath was set  ┊ 2. LD_LIBRARY_PATH was not set  ┊ 3. runpath:  ┊ /nix/store/856rpjpyi5gf3dl7y5hw8g7h9zybifi3-libtree-3.1.1/lib64 ┊ /nix/store/856rpjpyi5gf3dl7y5hw8g7h9zybifi3-libtree-3.1.1/lib ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [exe]: Not all dependencies were found make[1]: *** [Makefile:22: check] Error 28 make[1]: Leaving directory '/build/source/tests/02_rpath_of_parents_parent' make: *** [Makefile:34: check] Error 1