redis: 7.2.2 -> 7.2.3 (#264857)

Changelog: https://github.com/redis/redis/raw/7.2.3/00-RELEASENOTES

authored by

Mario Rodas and committed by
GitHub
529fd47f 214da37b

+2 -2
+2 -2
pkgs/servers/nosql/redis/default.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "redis"; 15 - version = "7.2.2"; 15 + version = "7.2.3"; 16 16 17 17 src = fetchurl { 18 18 url = "https://download.redis.io/releases/redis-${finalAttrs.version}.tar.gz"; 19 - hash = "sha256-ypmb4IgA7cbSZTecTHqvrZLw7kAGkuTi1pgpq0tMPQg="; 19 + hash = "sha256-PisZbW603bnnQwiL/CkVzLtC1A9aij7djLaccW7DS+c="; 20 20 }; 21 21 22 22 patches = lib.optionals useSystemJemalloc [