Skip to content

Commit 4b2f87d

Browse files
committed
chore: bump to pg_net 0.19.2
1 parent 198cf69 commit 4b2f87d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.106-orioledb"
13-
postgres17: "17.4.1.056"
14-
postgres15: "15.8.1.113"
12+
postgresorioledb-17: "17.0.1.107-orioledb"
13+
postgres17: "17.4.1.057"
14+
postgres15: "15.8.1.114"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/pg_net.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "pg_net";
11-
version = "0.14.0";
11+
version = "0.19.2";
1212

1313
buildInputs = [
1414
curl
@@ -19,11 +19,9 @@ stdenv.mkDerivation rec {
1919
owner = "supabase";
2020
repo = pname;
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-c1pxhTyrE5j6dY+M5eKAboQNofIORS+Dccz+7HKEKQI=";
22+
hash = "sha256-BM9oO+1Iu0ONTkAmzSiajL5P/HqnRQv3IX2VQvQ41ZE=";
2323
};
2424

25-
env.NIX_CFLAGS_COMPILE = "-Wno-error";
26-
2725
installPhase = ''
2826
mkdir -p $out/{lib,share/postgresql/extension}
2927

0 commit comments

Comments
 (0)