diff --git a/ansible/vars.yml b/ansible/vars.yml index 1017ef18c..747cfd2ff 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,8 +11,8 @@ postgres_major: # Full version strings for each major version postgres_release: - postgres15: "15.8.1.007" - postgres16: "16.3.1.013" + postgres15: "15.8.1.008" + postgres16: "16.3.1.014" # Non Postgres Extensions pgbouncer_release: "1.19.0" diff --git a/nix/ext/pg_repack.nix b/nix/ext/pg_repack.nix index f3247378a..fac666149 100644 --- a/nix/ext/pg_repack.nix +++ b/nix/ext/pg_repack.nix @@ -11,15 +11,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "pg_repack"; - version = "1.5.0"; + version = "1.5.2"; buildInputs = postgresql.buildInputs ++ [ postgresql ]; src = fetchFromGitHub { owner = "reorg"; repo = "pg_repack"; - rev = "ver_${finalAttrs.version}"; - hash = "sha256-do80phyMxwcRIkYyUt9z02z7byNQhK+pbSaCUmzG+4c="; + rev = "85b64c6d4f599b2988343c4e7121acab505c9006"; + hash = "sha256-lAuLI+vupusvn3uTzQ9OaLqkEfUVMCAwU9R70tTbb8Y="; }; installPhase = ''