Unverified Commit 5d349027 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

valkey: 8.0.1 -> 8.0.2 (#374481)

parents 83972e4a d197fd29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;