redis-plus-plus: 1.3.13 -> 1.3.14

This commit is contained in:
R. Ryantm
2025-03-30 12:56:38 +00:00
parent ae2a0877c4
commit e59b02bfd9
+2 -2
View File
@@ -13,13 +13,13 @@ assert enableShared || enableStatic;
stdenv.mkDerivation rec {
pname = "redis-plus-plus";
version = "1.3.13";
version = "1.3.14";
src = fetchFromGitHub {
owner = "sewenew";
repo = "redis-plus-plus";
rev = version;
sha256 = "sha256-bZxs1qnVAkh0BO0CyP1zL/+K3NZYmFy9ryg1QcRLcmg=";
sha256 = "sha256-GN+GrV53+JPEbVefH0EXzS1PyGEdQGFcPEctdWOI5uk=";
};
patches = [