redis-plus-plus: 1.3.5 -> 1.3.7

This commit is contained in:
R. Ryantm 2023-01-11 13:11:50 +00:00
parent 9852294f15
commit cde181e81b

View file

@ -8,13 +8,13 @@ assert enableShared || enableStatic;
stdenv.mkDerivation rec {
pname = "redis-plus-plus";
version = "1.3.5";
version = "1.3.7";
src = fetchFromGitHub {
owner = "sewenew";
repo = "redis-plus-plus";
rev = version;
sha256 = "sha256-5tjadh3Ku7lrJn4tbi8TjTH6N0+QB2ER9xuO51cK/LU=";
sha256 = "sha256-QCNN85syxw2EGPdyTV3bL0txcHl7t2YhsKwK9lgnexY=";
};
nativeBuildInputs = [ cmake ];