Skip to content

Commit

Permalink
[Backport release-24.11] valkey: 8.0.1 -> 8.0.2 (#374778)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 19, 2025
2 parents e58342b + 1b69089 commit c8b93f6
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 @@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "valkey";
version = "8.0.1";
version = "8.0.2";

src = fetchFromGitHub {
owner = "valkey-io";
repo = "valkey";
rev = finalAttrs.version;
hash = "sha256-WB0blQLxQOTkK8UGsH6WISZAisUAtGIDfjoc4RnPSew=";
hash = "sha256-05EuPjVokzfJxhrnvFHD7prwt5y7gPxemeDIkLML7lw=";
};

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

0 comments on commit c8b93f6

Please sign in to comment.