Skip to content

Commit

Permalink
Merge pull request #183794 from r-ryantm/auto-update/redis-plus-plus
Browse files Browse the repository at this point in the history
redis-plus-plus: 1.3.3 -> 1.3.5
  • Loading branch information
risicle committed Jul 30, 2022
2 parents 018b859 + 096731d commit 0feaf20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/redis-plus-plus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ assert enableShared || enableStatic;

stdenv.mkDerivation rec {
pname = "redis-plus-plus";
version = "1.3.3";
version = "1.3.5";

src = fetchFromGitHub {
owner = "sewenew";
repo = "redis-plus-plus";
rev = version;
sha256 = "sha256-k4q5YbbbKKHXcL0nndzJPshzXS20ARz4Tdy5cBg7kMc=";
sha256 = "sha256-5tjadh3Ku7lrJn4tbi8TjTH6N0+QB2ER9xuO51cK/LU=";
};

nativeBuildInputs = [ cmake ];
Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sewenew/redis-plus-plus";
description = "Redis client written in C++";
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ wheelsandmetal ];
};
}

0 comments on commit 0feaf20

Please sign in to comment.