From 66be9e5edd88c5a6b8537e769ae53502b50707fe Mon Sep 17 00:00:00 2001 From: Utkarash Singh Date: Mon, 21 Sep 2026 22:45:21 +0100 Subject: [PATCH] chore: bump supautils to 3.4.4 --- 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 dcc71021b..06493186a 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -7,9 +7,9 @@ postgres_major: - "17" - orioledb-17 postgres_release: - postgresorioledb-17: "17.9.0.028-orioledb" - postgres17: "17.6.1.175" - postgres15: "15.14.1.175" + postgresorioledb-17: "17.9.0.029-orioledb" + postgres17: "17.6.1.176" + postgres15: "15.14.1.176" supabase_admin_agent_splay: 30s ############################################################################################################### # The following block of yaml is for get_url and co throughout the playbook # diff --git a/nix/ext/supautils.nix b/nix/ext/supautils.nix index 55bc58746..f9a574f25 100644 --- a/nix/ext/supautils.nix +++ b/nix/ext/supautils.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "supautils"; name = pname; - version = "3.4.3"; + version = "3.4.4"; buildInputs = [ postgresql ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-aCOQY6eNA7KgiEWtQoYpSHbJWwSnrcUPMm57RcesqKY="; + hash = "sha256-Wsou5U7/Tuwj2E6aPEmlHg7uz7kGyBOGrb7UkjfEo9U="; }; installPhase = ''