Skip to content

Commit

Permalink
valkey: 7.2.6 -> 7.2.7
Browse files Browse the repository at this point in the history
Fixes CVE-2024-31449
Fixes CVE-2024-31227
Fixes CVE-2024-31228

(cherry picked from commit 85ab36b)
  • Loading branch information
MarcelCoding committed Oct 4, 2024
1 parent 6d324db commit a58afbd
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 a58afbd

Please sign in to comment.