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.
1 parent 05c7a5d commit d197fd2Copy full SHA for d197fd2
pkgs/by-name/va/valkey/package.nix
@@ -23,13 +23,13 @@
23
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "valkey";
26
- version = "8.0.1";
+ version = "8.0.2";
27
28
src = fetchFromGitHub {
29
owner = "valkey-io";
30
repo = "valkey";
31
rev = finalAttrs.version;
32
- hash = "sha256-WB0blQLxQOTkK8UGsH6WISZAisUAtGIDfjoc4RnPSew=";
+ hash = "sha256-05EuPjVokzfJxhrnvFHD7prwt5y7gPxemeDIkLML7lw=";
33
};
34
35
patches = lib.optional useSystemJemalloc ./use_system_jemalloc.patch;
0 commit comments