perf: fix space leaks by downgrading fuzzyset to v0.2.4

This commit is contained in:
Laurence Isla
2024-04-11 14:13:20 -05:00
committed by GitHub
parent b88191299f
commit 460259548d
6 changed files with 38 additions and 13 deletions
+9 -2
View File
@@ -50,8 +50,15 @@ let
}
{ };
# Marked as broken (?)
fuzzyset = lib.markUnbroken prev.fuzzyset;
# Before upgrading fuzzyset to 0.3, check: https://github.com/PostgREST/postgrest/issues/3329
fuzzyset =
prev.callHackageDirect
{
pkg = "fuzzyset";
ver = "0.2.4";
sha256 = "sha256-lpkrTFcR0B4rT/P6x7ui31Twgq7BBj6KIvjKyqXKdpc=";
}
{ };
postgresql-libpq = lib.dontCheck
(prev.postgresql-libpq_0_10_0_0.override {