Skip to content

Commit

Permalink
chore: bump oriole to beta8 (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Dec 2, 2024
1 parent 118094e commit 4c381dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "orioledb-17.0.1.004"
postgresorioledb-17: "orioledb-17.0.1.005"
postgres15: "15.8.1.014"
postgres16: "16.3.1.020"

Expand Down
6 changes: 3 additions & 3 deletions nix/ext/orioledb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "orioledb";
repo = "orioledb";
rev = "beta7";
sha256 = "sha256-Rse/gYVkn4QvXipaJ8fyC6FIQ5afkLCaeylgp5MX1z8=";
rev = "beta8";
sha256 = "sha256-niyTQr1FQYEsKdxl/uVrKSiIR0DCnnT+DDkW47lsc80=";
};
version = "beta7";
version = "beta8";
buildInputs = [ curl libkrb5 postgresql python3 openssl ];
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5";
installPhase = ''
Expand Down

0 comments on commit 4c381dd

Please sign in to comment.