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..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.2.3"; + version = "3.4.0"; buildInputs = [ postgresql ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-KpI7F9Hv0PlqGfLAoj0WnIfdttqeXYxzMmk1xqhfw7w="; + hash = "sha256-O2zVVVf2OFTCc4BYHuGJ67odU0TwMnTJQuz9uk+a4/0="; }; installPhase = ''