redis: 7.2.2 -> 7.2.3 (#264857)

Changelog: https://github.com/redis/redis/raw/7.2.3/00-RELEASENOTES
This commit is contained in:
Mario Rodas
2023-11-03 00:33:12 +01:00
committed by GitHub
parent 214da37b5c
commit 529fd47f28
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "redis";
version = "7.2.2";
version = "7.2.3";
src = fetchurl {
url = "https://download.redis.io/releases/redis-${finalAttrs.version}.tar.gz";
hash = "sha256-ypmb4IgA7cbSZTecTHqvrZLw7kAGkuTi1pgpq0tMPQg=";
hash = "sha256-PisZbW603bnnQwiL/CkVzLtC1A9aij7djLaccW7DS+c=";
};
patches = lib.optionals useSystemJemalloc [