[Backport release-25.05] postgresqlPackages.pg_net: 0.15.1 -> 0.16.0 (#420198)

This commit is contained in:
Wolfgang Walther
2025-06-26 11:42:53 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_net";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "pg_net";
tag = "v${finalAttrs.version}";
hash = "sha256-BhLZdoMeK6QkmEEn3/+G6+TElFea2uifaQBW5aftqpM=";
hash = "sha256-Jtb4jGvci70Yb6YoEsr8sSHz30kFeYFitnLjtJK1CGI=";
};
buildInputs = [ curl ];