Skip to content

Commit f9a3787

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

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-5"
13-
postgres17: "17.4.1.074-coredump-5"
14-
postgres15: "15.8.1.131-coredump-5"
12+
postgresorioledb-17: "17.5.1.017-orioledb-coredump-6"
13+
postgres17: "17.4.1.074-coredump-6"
14+
postgres15: "15.8.1.131-coredump-6"
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 = "6b3a31c23a8fbc30fb2317001ee731f62428e564";
19-
sha256 = "sha256-ZqV23wBB6DE7vI2TaKNvWr5yAk1lYMH9Ba+EJbq74B8=";
18+
rev = "0115f3fc73578ab2454ab0a269ce3a1fc45ae514";
19+
sha256 = "sha256-HYIaIUntTbEFENJY2ryZ3kPobYIS/5VRNz4DaLXEvD0=";
2020
};
2121
version = "beta12";
2222
buildInputs = [

0 commit comments

Comments
 (0)