redis-plus-plus 1.3.7 -> 1.3.10 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..b07faeac27d 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.10"; src = fetchFromGitHub { owner = "sewenew"; repo = "redis-plus-plus"; rev = version; - sha256 = "sha256-QCNN85syxw2EGPdyTV3bL0txcHl7t2YhsKwK9lgnexY="; + sha256 = "sha256-lupS4WoJ4r0Vsh3sEGSuka0TtEBo2FPX2eks2blqRGk="; }; 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/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis++.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis.hpp -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis_cluster.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis_cluster.hpp -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/redis_uri.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/reply.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/sentinel.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/shards.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/shards_pool.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/subscriber.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/transaction.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/utils.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/include/sw/redis++/patterns/redlock.h -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/share/cmake/redis++/redis++-config.cmake -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/share/cmake/redis++/redis++-config-version.cmake -- Installing: /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/lib/pkgconfig/redis++.pc @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10 shrinking /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/lib/libredis++.so.1.3.10 checking for references to /build/ in /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10... patching script interpreter paths in /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10 stripping (with command strip and flags -S -p) in /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/lib Broken paths found in a .pc file! /nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/lib/pkgconfig/redis++.pc The following lines have issues (specifically '//' in paths). 3:libdir=${exec_prefix}//nix/store/a0x40bkhh2izgc8494pyc836qlqp4x9d-redis-plus-plus-1.3.10/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.