Skip to content

Commit 07fb5e2

Browse files
committed
chore: version bump
1 parent 2b062d3 commit 07fb5e2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.5.1.021-orioledb"
13-
postgres17: "17.4.1.078"
14-
postgres15: "15.8.1.135"
12+
postgresorioledb-17: "17.5.1.018-orioledb-nixpkgs-2"
13+
postgres17: "17.4.1.075-nixpkgs-2"
14+
postgres15: "15.8.1.132-nixpkgs-2"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/pg_net.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ let
120120
buildInputs = [
121121
curl
122122
postgresql
123-
] ++ lib.optional (version == "0.6") libuv;
123+
]
124+
++ lib.optional (version == "0.6") libuv;
124125

125126
src = fetchFromGitHub {
126127
owner = "supabase";

0 commit comments

Comments
 (0)