redict: 7.3.2 -> 7.3.6 (#451471)

This commit is contained in:
Thomas Gerbet
2025-10-15 15:53:27 +00:00
committed by GitHub
+5 -4
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "redict";
version = "7.3.2";
version = "7.3.6";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "redict";
repo = "redict";
rev = finalAttrs.version;
hash = "sha256-MY4OWoYQ4a5efqcUTN6lNL/kd1VrJ/OBqKw27cQ5WC8=";
tag = finalAttrs.version;
hash = "sha256-ye2uO6EQzfyonRvM0/+pVPoNZe2f9WO/2yafy52G10M=";
};
patches = lib.optionals useSystemJemalloc [
@@ -101,7 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
--timeout 2000 \
--clients $NIX_BUILD_CORES \
--tags -leaks \
--skipunit integration/failover # flaky and slow
--skipunit integration/failover \
--skipunit integration/aof-multi-part
runHook postCheck
'';