Merge pull request #254139 from marsam/update-redis

redis: 7.2.0 -> 7.2.1
This commit is contained in:
Mario Rodas
2023-09-09 05:24:32 -05:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "redis";
version = "7.2.0";
version = "7.2.1";
src = fetchurl {
url = "https://download.redis.io/releases/${pname}-${version}.tar.gz";
hash = "sha256-ixLiQmR2NbQZoOGDPtoCtlv2TjnrnlCdnbSIj7MSSUM=";
hash = "sha256-XHbZkKGxxflJvNHu2Q0Mik9wNpvb3LQCiMVh3fiJZ6Q=";
};
patches = lib.optionals useSystemJemalloc [