Skip to content

Commit

Permalink
redis: 7.2.2 -> 7.2.3 (NixOS#264857)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored Nov 2, 2023
1 parent 214da37 commit 529fd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/redis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 529fd47

Please sign in to comment.