From 0b7c178b7ab18d62b5077033139ba4560247deed Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 17 May 2025 17:22:12 -0500 Subject: [PATCH] chore: bump to supautils v2.9.2 See changelog on https://github.com/supabase/supautils/releases/tag/v2.9.2 --- ansible/vars.yml | 6 +++--- nix/ext/supautils.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 5a0eca3ec..45fc3d170 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -9,9 +9,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.0.1.081-orioledb" - postgres17: "17.4.1.031" - postgres15: "15.8.1.088" + postgresorioledb-17: "17.0.1.082-orioledb" + postgres17: "17.4.1.032" + postgres15: "15.8.1.089" # Non Postgres Extensions pgbouncer_release: "1.19.0" diff --git a/nix/ext/supautils.nix b/nix/ext/supautils.nix index 40973a1af..f7cedfdc1 100644 --- a/nix/ext/supautils.nix +++ b/nix/ext/supautils.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "supautils"; - version = "2.9.1"; + version = "2.9.2"; buildInputs = [ postgresql ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Rw7dmIUg9bJ7SuiHxCsZtnVhdG9hg4WlptiB/MxVmPc="; + hash = "sha256-H7pSmoEAQHW5LteNuI0VXS1td7pknho+C3OmzMEXIDA="; }; installPhase = ''