File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
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.58 -orioledb"
13
- postgres17 : " 17.4.1.008 "
14
- postgres15 : " 15.8.1.065 "
12
+ postgresorioledb-17 : " 17.0.1.59 -orioledb"
13
+ postgres17 : " 17.4.1.009 "
14
+ postgres15 : " 15.8.1.066 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
6
6
src = fetchFromGitHub {
7
7
owner = "orioledb" ;
8
8
repo = "orioledb" ;
9
- rev = "beta9 " ;
10
- sha256 = "sha256-z2EHWsY+hhtnYzAxOl2PWjqfyJ+wp9SCau5LKPT2ec0 =" ;
9
+ rev = "beta10 " ;
10
+ sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc =" ;
11
11
} ;
12
- version = "beta9 " ;
12
+ version = "beta10 " ;
13
13
buildInputs = [ curl libkrb5 postgresql python3 openssl ] ;
14
- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5 " ;
14
+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6 " ;
15
15
installPhase = ''
16
16
runHook preInstall
17
17
Original file line number Diff line number Diff line change 1
1
import ./generic.nix {
2
- version = "17_5 " ;
3
- hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ =" ;
2
+ version = "17_6 " ;
3
+ hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w =" ;
4
4
}
You can’t perform that action at this time.
0 commit comments