Skip to content

Commit

Permalink
[Backport release-24.05] valkey: 7.2.6 -> 7.2.7 (#346434)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 5, 2024
2 parents fdfdc81 + b973ca7 commit bf8b006
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.7";

src = fetchFromGitHub {
owner = "valkey-io";
repo = "valkey";
rev = finalAttrs.version;
hash = "sha256-nDAQbxlSBXKSJqZgvElsrZeDnHw4A4eA8f9ecXdx0/U=";
hash = "sha256-2kbhUg+rNuIUF/Bna6jFLI6Vhg9TlSi+OZEy6jKl2X0=";
};

patches = lib.optional useSystemJemalloc ./use_system_jemalloc.patch;
Expand Down

0 comments on commit bf8b006

Please sign in to comment.