postgresqlPackages.pg_net: 0.20.2 -> 0.20.3 (#523364)

This commit is contained in:
Wolfgang Walther
2026-05-24 16:47:45 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_net";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "supabase";
repo = "pg_net";
tag = "v${finalAttrs.version}";
hash = "sha256-8xhk3WPONVjB2JIIRDBJP9fmtlMx0ld2t9GFYIzTYyQ=";
hash = "sha256-uOy/ESRKXngAyDTLHEQ81ZxZCfdtqoP9OxsqzyQJdEY=";
};
buildInputs = [ curl ];