postgresql-libpq: use PostgREST fork with reduced copies

This pulls in the change from https://github.com/PostgREST/postgresql-libpq/pull/1.
This commit is contained in:
Robert Vollmert
2022-09-05 23:27:41 +02:00
committed by Robert
parent c9f7504d09
commit 524c6a7c2c
4 changed files with 35 additions and 7 deletions
+10
View File
@@ -53,6 +53,16 @@ let
sha256 = "sha256-9GE9qyymTLXw4ZW6LbNnn4T2tCgNYVEuBIPcUA83xCg=";
}
{ });
postgresql-libpq = lib.dontCheck
(prev.callCabal2nix "postgresql-libpq"
(super.fetchFromGitHub {
owner = "PostgREST";
repo = "postgresql-libpq";
rev = "cef92cb4c07b56568dffdbf4b719258b82183119"; # master as of 2022-09-05
sha256 = "sha256-BWXfGHhcNuOGdFRxDshbcnxaRTDwEC1Eswwf8jOdqWQ=";
})
{ });
} // extraOverrides final prev;
in
{