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 = ''