valkey: 7.2.5 -> 7.2.6

(cherry picked from commit f76f48b6e0)
This commit is contained in:
R. Ryantm
2024-08-01 00:29:50 +00:00
committed by Marcel
parent 6ec4e82869
commit 056fefadae

View File

@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "valkey";
version = "7.2.5";
version = "7.2.6";
src = fetchFromGitHub {
owner = "valkey-io";
repo = "valkey";
rev = finalAttrs.version;
hash = "sha256-nDAQbxlSBXKSJqZgvElsrZeDnHw4A4eA8f9ecXdx0/U=";
hash = "sha256-nWeuWlP000DHEmIBzW1UmGqN+BggCjTS5plbQ/NV6wY=";
};
patches = lib.optional useSystemJemalloc ./use_system_jemalloc.patch;