redis-plus-plus 1.3.7 -> 1.3.8 https://github.com/sewenew/redis-plus-plus/releases attrpath: redis-plus-plus 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/libraries/redis-plus-plus/default.nix b/pkgs/development/libraries/redis-plus-plus/default.nix index b064297afdd..0e0408d1362 100644 --- a/pkgs/development/libraries/redis-plus-plus/default.nix +++ b/pkgs/development/libraries/redis-plus-plus/default.nix @@ -8,13 +8,13 @@ assert enableShared || enableStatic; stdenv.mkDerivation rec { pname = "redis-plus-plus"; - version = "1.3.7"; + version = "1.3.8"; src = fetchFromGitHub { owner = "sewenew"; repo = "redis-plus-plus"; rev = version; - sha256 = "sha256-QCNN85syxw2EGPdyTV3bL0txcHl7t2YhsKwK9lgnexY="; + sha256 = "sha256-cBILcVcywRhP9zp+1AF2VxF5QVrKTLfEaY3VVF6t1nI="; }; nativeBuildInputs = [ cmake ]; 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 redis-plus-plus nix build failed. -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis++.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis.hpp -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis_cluster.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis_cluster.hpp -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/redis_uri.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/reply.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/sentinel.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/shards.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/shards_pool.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/subscriber.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/transaction.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/utils.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/include/sw/redis++/patterns/redlock.h -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/share/cmake/redis++/redis++-config.cmake -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/share/cmake/redis++/redis++-config-version.cmake -- Installing: /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/lib/pkgconfig/redis++.pc @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8 shrinking /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/lib/libredis++.so.1.3.7 checking for references to /build/ in /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8... patching script interpreter paths in /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8 stripping (with command strip and flags -S -p) in /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/lib Broken paths found in a .pc file! /nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/lib/pkgconfig/redis++.pc The following lines have issues (specifically '//' in paths). 3:libdir=${exec_prefix}//nix/store/2b8546sh6dx3qm47b44yv7cs9jff3353-redis-plus-plus-1.3.8/lib It is very likely that paths are being joined improperly. ex: "${prefix}/@CMAKE_INSTALL_LIBDIR@" should be "@CMAKE_INSTALL_FULL_LIBDIR@" Please see https://github.com/NixOS/nixpkgs/issues/144170 for more details.