Skip to content

Commit edeaebc

Browse files
[25.05] redis: 7.2.9 -> 7.2.10 (#423450)
2 parents c8f2272 + e2c961d commit edeaebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/re/redis/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "redis";
28-
version = "7.2.9";
28+
version = "7.2.10";
2929

3030
src = fetchFromGitHub {
3131
owner = "redis";
3232
repo = "redis";
3333
rev = finalAttrs.version;
34-
hash = "sha256-CVhA1BU3uUlZzRRO46vTpWXF3QmKaYMVCKYCq0NyQpQ=";
34+
hash = "sha256-1ls4BF6/L8DtsyfZqRrNuBzzyZBDdLURljHxFFzezPg=";
3535
};
3636

3737
patches = lib.optional useSystemJemalloc (fetchpatch2 {

0 commit comments

Comments
 (0)