Merge pull request #197815 from r-ryantm/auto-update/redis-plus-plus

redis-plus-plus: 1.3.5 -> 1.3.7
This commit is contained in:
Weijia Wang
2023-01-23 05:56:13 +01:00
committed by GitHub
@@ -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 ];