Skip to content

Commit

Permalink
valkey: 7.2.5 -> 7.2.6
Browse files Browse the repository at this point in the history
(cherry picked from commit f76f48b)
  • Loading branch information
r-ryantm authored and presto8 committed Oct 9, 2024
1 parent 6b98de2 commit b67f951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/va/valkey/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b67f951

Please sign in to comment.