Merge pull request #331401 from r-ryantm/auto-update/valkey

valkey: 7.2.5 -> 7.2.6
This commit is contained in:
Nick Cao 2024-08-03 10:43:30 -04:00 committed by GitHub
commit 499473ce6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;