We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b062d3 commit 07fb5e2Copy full SHA for 07fb5e2
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgresorioledb-17: "17.5.1.021-orioledb"
13
- postgres17: "17.4.1.078"
14
- postgres15: "15.8.1.135"
+ postgresorioledb-17: "17.5.1.018-orioledb-nixpkgs-2"
+ postgres17: "17.4.1.075-nixpkgs-2"
+ postgres15: "15.8.1.132-nixpkgs-2"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
nix/ext/pg_net.nix
@@ -120,7 +120,8 @@ let
120
buildInputs = [
121
curl
122
postgresql
123
- ] ++ lib.optional (version == "0.6") libuv;
+ ]
124
+ ++ lib.optional (version == "0.6") libuv;
125
126
src = fetchFromGitHub {
127
owner = "supabase";
0 commit comments