postgresqlPackages.pg_net: 0.19.7 -> 0.20.2 (#461244)

This commit is contained in:
Wolfgang Walther
2025-11-15 08:40:32 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: { postgresqlBuildExtension (finalAttrs: {
pname = "pg_net"; pname = "pg_net";
version = "0.19.7"; version = "0.20.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "supabase"; owner = "supabase";
repo = "pg_net"; repo = "pg_net";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-HQiFD8vhox7SmjJIDyVnnwt8DCENKABIZTMfTjGElwU="; hash = "sha256-8xhk3WPONVjB2JIIRDBJP9fmtlMx0ld2t9GFYIzTYyQ=";
}; };
buildInputs = [ curl ]; buildInputs = [ curl ];