Skip to content

Commit defdc4c

Browse files
committed
feat: update orioledb to beta16
1 parent 227c10a commit defdc4c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.095-orioledb"
14-
postgres17: "17.6.1.138"
15-
postgres15: "15.14.1.138"
13+
postgresorioledb-17: "17.6.0.096-orioledb"
14+
postgres17: "17.6.1.139"
15+
postgres15: "15.14.1.139"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

nix/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ in
5656
};
5757
orioledb = {
5858
"17" = {
59-
version = "17_16";
60-
hash = "sha256-Xm9IUsvmlcayNQH8TCvHoIV23xkt/WQV0Oy4CiJkywc=";
59+
version = "17_20";
60+
hash = "sha256-HDrHTx9yeIPJoyIBs+BdAhBQqt1IEtQrG9pFfvHJqdg=";
6161
};
6262
};
6363
};

nix/ext/orioledb.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
1515
src = fetchFromGitHub {
1616
owner = "orioledb";
1717
repo = "orioledb";
18-
rev = "982e11ae62c9e00c0d74f9f8de31d99ff383fd02";
19-
sha256 = "sha256-Vz3vfmTGRW+O9aXZxqixHC2CpqZJf/1UCQWoENbAak4=";
18+
rev = "beta16";
19+
sha256 = "sha256-HCfNzMPt80nGeVwlstUCeMpdNZYd9KhLLHYyD/Hvuhk=";
2020
};
21-
version = "982e11ae62c9e00c0d74f9f8de31d99ff383fd02";
21+
version = "beta16";
2222
buildInputs = [
2323
curl
2424
libkrb5
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727
openssl
2828
];
2929
buildPhase = ''
30-
make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=16
30+
make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=20
3131
'';
3232
installPhase = ''
3333
runHook preInstall

0 commit comments

Comments
 (0)