postgresqlPackages.pg_net: 0.18.0 -> 0.19.1 (#425390)
This commit is contained in:
commit
045d1185c2
@ -8,21 +8,17 @@
|
|||||||
|
|
||||||
postgresqlBuildExtension (finalAttrs: {
|
postgresqlBuildExtension (finalAttrs: {
|
||||||
pname = "pg_net";
|
pname = "pg_net";
|
||||||
version = "0.18.0";
|
version = "0.19.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "supabase";
|
owner = "supabase";
|
||||||
repo = "pg_net";
|
repo = "pg_net";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-MXZewz6vb1ZEGMzbk/x0VtBDH2GxnwYWsy3EjJnas2U=";
|
hash = "sha256-Sy2PG1zCB6tNbcMNMWvl/Fe2Zu1stvEIqGrLsRF09GY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl ];
|
buildInputs = [ curl ];
|
||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = toString (
|
|
||||||
lib.optional (lib.versionAtLeast postgresql.version "18") "-Wno-error=missing-variable-declarations"
|
|
||||||
);
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Async networking for Postgres";
|
description = "Async networking for Postgres";
|
||||||
homepage = "https://github.com/supabase/pg_net";
|
homepage = "https://github.com/supabase/pg_net";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user