File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
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 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
15
15
src = fetchFromGitHub {
16
16
owner = "orioledb" ;
17
17
repo = "orioledb" ;
18
- rev = "5167af49205f7cbef184cbc72cde763eb7c9883b " ;
19
- sha256 = "sha256-aRwuOTojkuEyjzbwKPGewHzwxBj0uJ3PpU0yZpoWsAM =" ;
18
+ rev = "6b3a31c23a8fbc30fb2317001ee731f62428e564 " ;
19
+ sha256 = "sha256-ZqV23wBB6DE7vI2TaKNvWr5yAk1lYMH9Ba+EJbq74B8 =" ;
20
20
} ;
21
21
version = "beta12" ;
22
22
buildInputs = [
You can’t perform that action at this time.
0 commit comments