Merge pull request #183794 from r-ryantm/auto-update/redis-plus-plus

redis-plus-plus: 1.3.3 -> 1.3.5

authored by Robert Scott and committed by GitHub 0feaf204 018b8599

+3 -3
+3 -3
pkgs/development/libraries/redis-plus-plus/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "redis-plus-plus"; 11 - version = "1.3.3"; 11 + version = "1.3.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "sewenew"; 15 15 repo = "redis-plus-plus"; 16 16 rev = version; 17 - sha256 = "sha256-k4q5YbbbKKHXcL0nndzJPshzXS20ARz4Tdy5cBg7kMc="; 17 + sha256 = "sha256-5tjadh3Ku7lrJn4tbi8TjTH6N0+QB2ER9xuO51cK/LU="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ]; ··· 32 32 homepage = "https://github.com/sewenew/redis-plus-plus"; 33 33 description = "Redis client written in C++"; 34 34 license = licenses.asl20; 35 - platforms = platforms.linux; 35 + platforms = platforms.unix; 36 36 maintainers = with maintainers; [ wheelsandmetal ]; 37 37 }; 38 38 }