Skip to content

Commit 490c2b3

Browse files
authored
chore: bump supautils to include bug fixes (#2129)
* fix: crash in supautils_executor_start when printing hints * fix: crash in supautils_hook to use correct role name in ALTER ROLE
1 parent df55564 commit 490c2b3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ansible/vars.yml

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

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.069-orioledb"
14-
postgres17: "17.6.1.112"
15-
postgres15: "15.14.1.112"
13+
postgresorioledb-17: "17.6.0.070-orioledb"
14+
postgres17: "17.6.1.113"
15+
postgres15: "15.14.1.113"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

nix/ext/supautils.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
stdenv.mkDerivation rec {
99
pname = "supautils";
1010
name = pname;
11-
version = "3.2.0";
11+
version = "3.2.2";
1212

1313
buildInputs = [ postgresql ];
1414

1515
src = fetchFromGitHub {
1616
owner = "supabase";
1717
repo = pname;
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-meG64dZ4wmoNyOZUx/G3SK4zSyQjXXX6a1B5rJK9wvw=";
19+
hash = "sha256-Oi35fel2Yp58eHsWVOXtxAo/s0RAbUxJEBxPrYRK+cs=";
2020
};
2121

2222
installPhase = ''

0 commit comments

Comments
 (0)