redis-plus-plus: 1.3.10 -> 1.3.11
This commit is contained in:
parent
3d54a95d71
commit
6f10b0edb2
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ assert enableShared || enableStatic;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "redis-plus-plus";
|
pname = "redis-plus-plus";
|
||||||
version = "1.3.10";
|
version = "1.3.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sewenew";
|
owner = "sewenew";
|
||||||
repo = "redis-plus-plus";
|
repo = "redis-plus-plus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-lupS4WoJ4r0Vsh3sEGSuka0TtEBo2FPX2eks2blqRGk=";
|
sha256 = "sha256-ZALnF2h+9LSeh1OA33fdVyT0PYcGen5j+qsufBv5t5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue