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] [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/development/tools/misc/libtree/default.nix b/pkgs/development/tools/misc/libtree/default.nix index 624d33561e6..dd460505d4c 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. │ ┊ 3. runpath was not set │ ┊ 4. ld config files: │ ┊ 5. Standard paths: │ ┊ /lib │ ┊ /lib64 │ ┊ /usr/lib │ ┊ /usr/lib64 └── libc.so.6 [runpath] └── ld-linux-x86-64.so.2 not found  ┊ Paths considered in this order:  ┊ 1. rpath:  ┊ 2. LD_LIBRARY_PATH was not set  ┊ 3. runpath was not set  ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [exe_a]: Not all dependencies were found ! ../../libtree -vvv exe_b # should likely not find libc exe_b  ├── lib_defaultlib.so [rpath] │ └── libc.so.6 [runpath] │ └── ld-linux-x86-64.so.2 [rpath of 1] └── libc.so.6 [rpath] └── ld-linux-x86-64.so.2 [rpath of 1] make[1]: *** [Makefile:34: check] Error 1 make[1]: Leaving directory '/build/source/tests/08_nodeflib' make: *** [Makefile:34: check] Error 1