Skip to content

Commit

Permalink
valkey: 7.2.5 -> 7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 1, 2024
1 parent 4678471 commit f76f48b
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 f76f48b

Please sign in to comment.