redis-plus-plus: 1.3.3 -> 1.3.5
This commit is contained in:
parent
f0df0acc16
commit
5d2cb0d178
@ -8,13 +8,13 @@ assert enableShared || enableStatic;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "redis-plus-plus";
|
pname = "redis-plus-plus";
|
||||||
version = "1.3.3";
|
version = "1.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sewenew";
|
owner = "sewenew";
|
||||||
repo = "redis-plus-plus";
|
repo = "redis-plus-plus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-k4q5YbbbKKHXcL0nndzJPshzXS20ARz4Tdy5cBg7kMc=";
|
sha256 = "sha256-5tjadh3Ku7lrJn4tbi8TjTH6N0+QB2ER9xuO51cK/LU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user