diff --git a/ansible/vars.yml b/ansible/vars.yml index b02da4f08..843bbecf6 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,7 +10,7 @@ postgres_major: # Full version strings for each major version # TODO PR uncomment these lines postgres_release: - postgresorioledb-17: "orioledb-17.0.1.000-staging-4" + postgresorioledb-17: "orioledb-17.0.1.000-staging-5" #postgres15: "15.8.1.005" #postgres16: "16.3.1.011" diff --git a/nix/ext/orioledb.nix b/nix/ext/orioledb.nix index efe2de413..9775226e1 100644 --- a/nix/ext/orioledb.nix +++ b/nix/ext/orioledb.nix @@ -6,12 +6,12 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "orioledb"; repo = "orioledb"; - rev = "2861cf9091a92bcabbbbf1f4d15f8edff480fea1"; - sha256 = "sha256-VVOHOIhQSQ824vfZlptOj1Gcu6Jg80amjRp7CpUOq6s="; + rev = "beta6"; + sha256 = "sha256-7nmgQDVcNuaGOM6V9xrer2jqfxhJhXZBXRZoiPEoisE="; }; - version = "patches17_3"; + version = "beta6"; buildInputs = [ curl libkrb5 postgresql python3 openssl ]; - buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=3"; + buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=4"; installPhase = '' runHook preInstall mkdir -p $out/{lib,share/postgresql/extension} diff --git a/nix/postgresql/orioledb-17.nix b/nix/postgresql/orioledb-17.nix index 82ff44e65..bbe5024a5 100644 --- a/nix/postgresql/orioledb-17.nix +++ b/nix/postgresql/orioledb-17.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "17_3"; - hash = "sha256-LOlST80eU+Wmmcmo4WHGwOClYZ+bBahyltsGYeKWCU4="; + version = "17_4"; + hash = "sha256-qMJpTcw/ExipQ1XIPvYTQK+qgcDC7zecdLJDIuQug+0="; }