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
+2 -2
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 ];