Skip to content

Commit

Permalink
chore: bump versions of patched pg for oriole to 17_4 and ext to beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Nov 15, 2024
1 parent f075b02 commit d29bd9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 4 additions & 4 deletions nix/ext/orioledb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions nix/postgresql/orioledb-17.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ./generic.nix {
version = "17_3";
hash = "sha256-LOlST80eU+Wmmcmo4WHGwOClYZ+bBahyltsGYeKWCU4=";
version = "17_4";
hash = "sha256-qMJpTcw/ExipQ1XIPvYTQK+qgcDC7zecdLJDIuQug+0=";
}

0 comments on commit d29bd9c

Please sign in to comment.