postgresqlPackages.pg_net: 0.19.3 -> 0.19.4 (#430087)

This commit is contained in:
Wolfgang Walther 2025-08-03 15:55:49 +00:00 committed by GitHub
commit f635b72b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_net";
version = "0.19.3";
version = "0.19.4";
src = fetchFromGitHub {
owner = "supabase";
repo = "pg_net";
tag = "v${finalAttrs.version}";
hash = "sha256-PZYIwkXp1rOzRCDZivJFMuEQBYJaaibUN/WkL+6crSg=";
hash = "sha256-uHsfRQ5RKhTvqokF94s/RzTQ23BRTBV+yyIW41Djjgo=";
};
buildInputs = [ curl ];