Skip to content

Commit 0b7c178

Browse files
committed
chore: bump to supautils v2.9.2
See changelog on https://github.com/supabase/supautils/releases/tag/v2.9.2
1 parent fcb876d commit 0b7c178

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.081-orioledb"
13-
postgres17: "17.4.1.031"
14-
postgres15: "15.8.1.088"
12+
postgresorioledb-17: "17.0.1.082-orioledb"
13+
postgres17: "17.4.1.032"
14+
postgres15: "15.8.1.089"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/supautils.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "supautils";
5-
version = "2.9.1";
5+
version = "2.9.2";
66

77
buildInputs = [ postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "supabase";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-Rw7dmIUg9bJ7SuiHxCsZtnVhdG9hg4WlptiB/MxVmPc=";
13+
hash = "sha256-H7pSmoEAQHW5LteNuI0VXS1td7pknho+C3OmzMEXIDA=";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)