We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8f2272 + e2c961d commit edeaebcCopy full SHA for edeaebc
1 file changed
pkgs/by-name/re/redis/package.nix
@@ -25,13 +25,13 @@
25
26
stdenv.mkDerivation (finalAttrs: {
27
pname = "redis";
28
- version = "7.2.9";
+ version = "7.2.10";
29
30
src = fetchFromGitHub {
31
owner = "redis";
32
repo = "redis";
33
rev = finalAttrs.version;
34
- hash = "sha256-CVhA1BU3uUlZzRRO46vTpWXF3QmKaYMVCKYCq0NyQpQ=";
+ hash = "sha256-1ls4BF6/L8DtsyfZqRrNuBzzyZBDdLURljHxFFzezPg=";
35
};
36
37
patches = lib.optional useSystemJemalloc (fetchpatch2 {
0 commit comments