File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
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.0 .1.107 -orioledb"
13
- postgres17 : " 17.4.1.057 "
14
- postgres15 : " 15.8.1.114 "
12
+ postgresorioledb-17 : " 17.5 .1.001 -orioledb"
13
+ postgres17 : " 17.4.1.058 "
14
+ postgres15 : " 15.8.1.115 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 2
2
-- PostgreSQL database dump
3
3
--
4
4
5
- -- Dumped from database version 17.0
6
- -- Dumped by pg_dump version 17.0
5
+ -- Dumped from database version 17.5
6
+ -- Dumped by pg_dump version 17.5
7
7
8
8
SET statement_timeout = 0 ;
9
9
SET lock_timeout = 0 ;
Original file line number Diff line number Diff line change 52
52
} ;
53
53
orioledb = {
54
54
"17" = {
55
- version = "17_6 " ;
56
- hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w =" ;
55
+ version = "17_11 " ;
56
+ hash = "sha256-RZYU955PmGZExfX2JKw1dIQMMuuswtAXpXjZ9CLbOsw =" ;
57
57
} ;
58
58
} ;
59
59
} ;
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ stdenv.mkDerivation rec {
15
15
src = fetchFromGitHub {
16
16
owner = "orioledb" ;
17
17
repo = "orioledb" ;
18
- rev = "beta10 " ;
19
- sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc =" ;
18
+ rev = "beta12 " ;
19
+ sha256 = "sha256-5dyVdKD1PzW+F5OPW3TR3OKBaJxxR3OhLbzK+o9Wf+Q =" ;
20
20
} ;
21
- version = "beta10 " ;
21
+ version = "beta12 " ;
22
22
buildInputs = [
23
23
curl
24
24
libkrb5
25
25
postgresql
26
26
python3
27
27
openssl
28
28
] ;
29
- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6 " ;
29
+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11 " ;
30
30
installPhase = ''
31
31
runHook preInstall
32
32
You can’t perform that action at this time.
0 commit comments