Skip to content

Commit 4c381dd

Browse files
authored
chore: bump oriole to beta8 (#1349)
1 parent 118094e commit 4c381dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "orioledb-17.0.1.004"
12+
postgresorioledb-17: "orioledb-17.0.1.005"
1313
postgres15: "15.8.1.014"
1414
postgres16: "16.3.1.020"
1515

nix/ext/orioledb.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stdenv.mkDerivation rec {
66
src = fetchFromGitHub {
77
owner = "orioledb";
88
repo = "orioledb";
9-
rev = "beta7";
10-
sha256 = "sha256-Rse/gYVkn4QvXipaJ8fyC6FIQ5afkLCaeylgp5MX1z8=";
9+
rev = "beta8";
10+
sha256 = "sha256-niyTQr1FQYEsKdxl/uVrKSiIR0DCnnT+DDkW47lsc80=";
1111
};
12-
version = "beta7";
12+
version = "beta8";
1313
buildInputs = [ curl libkrb5 postgresql python3 openssl ];
1414
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5";
1515
installPhase = ''

0 commit comments

Comments
 (0)