Skip to content

Commit 5e3cd57

Browse files
committed
Bump orioledb image name
1 parent 4922dcf commit 5e3cd57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible/vars.yml

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

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.017-orioledb-coredump-4"
13-
postgres17: "17.4.1.074-coredump-4"
14-
postgres15: "15.8.1.131-coredump-4"
12+
postgresorioledb-17: "17.5.1.017-orioledb-coredump-5"
13+
postgres17: "17.4.1.074-coredump-5"
14+
postgres15: "15.8.1.131-coredump-5"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/orioledb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
1515
src = fetchFromGitHub {
1616
owner = "orioledb";
1717
repo = "orioledb";
18-
rev = "5167af49205f7cbef184cbc72cde763eb7c9883b";
19-
sha256 = "sha256-aRwuOTojkuEyjzbwKPGewHzwxBj0uJ3PpU0yZpoWsAM=";
18+
rev = "6b3a31c23a8fbc30fb2317001ee731f62428e564";
19+
sha256 = "sha256-ZqV23wBB6DE7vI2TaKNvWr5yAk1lYMH9Ba+EJbq74B8=";
2020
};
2121
version = "beta12";
2222
buildInputs = [

0 commit comments

Comments
 (0)