From ccf67417e6af0c1cbb92436dfabd54ccf034af61 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Thu, 23 Jul 2026 08:34:55 -0400 Subject: [PATCH 1/2] chore: bump supautils to 3.3.0 Ref https://github.com/supabase/supautils/releases/tag/v3.3.0 --- 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 0c4114ada..3c1f57c72 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,9 +10,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.9.0.007-orioledb" - postgres17: "17.6.1.154" - postgres15: "15.14.1.154" + postgresorioledb-17: "17.9.0.008-orioledb" + postgres17: "17.6.1.155" + postgres15: "15.14.1.155" # Non Postgres Extensions pgbouncer_release: 1.25.1 diff --git a/nix/ext/supautils.nix b/nix/ext/supautils.nix index 925530d74..191d85ed7 100644 --- a/nix/ext/supautils.nix +++ b/nix/ext/supautils.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "supautils"; name = pname; - version = "3.2.3"; + version = "3.3.0"; buildInputs = [ postgresql ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-KpI7F9Hv0PlqGfLAoj0WnIfdttqeXYxzMmk1xqhfw7w="; + hash = "sha256-yGKl5vUrfvFf4eQaEbTOURMbQdRPFhdmKXgz1WKZwCU="; }; installPhase = '' From 0aca850eeb929675ad4bbc4063b0aaceac570a25 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Fri, 24 Jul 2026 11:09:42 +0530 Subject: [PATCH 2/2] chore: bump supautils to 3.4.0 --- nix/ext/supautils.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/ext/supautils.nix b/nix/ext/supautils.nix index 191d85ed7..b7f94d2c7 100644 --- a/nix/ext/supautils.nix +++ b/nix/ext/supautils.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "supautils"; name = pname; - version = "3.3.0"; + version = "3.4.0"; buildInputs = [ postgresql ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-yGKl5vUrfvFf4eQaEbTOURMbQdRPFhdmKXgz1WKZwCU="; + hash = "sha256-O2zVVVf2OFTCc4BYHuGJ67odU0TwMnTJQuz9uk+a4/0="; }; installPhase = ''