Merge pull request #285744 from r-ryantm/auto-update/redis-plus-plus
redis-plus-plus: 1.3.11 -> 1.3.12
This commit is contained in:
commit
8466139ab0
@ -8,13 +8,13 @@ assert enableShared || enableStatic;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "redis-plus-plus";
|
pname = "redis-plus-plus";
|
||||||
version = "1.3.11";
|
version = "1.3.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sewenew";
|
owner = "sewenew";
|
||||||
repo = "redis-plus-plus";
|
repo = "redis-plus-plus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ZALnF2h+9LSeh1OA33fdVyT0PYcGen5j+qsufBv5t5I=";
|
sha256 = "sha256-RI7lLvRmS5BglvwRQ8OzSpYIyaKkf/DKrJ3fn1mWYfs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user