File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_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 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
66 src = fetchFromGitHub {
77 owner = "orioledb" ;
88 repo = "orioledb" ;
9- rev = "beta9 " ;
10- sha256 = "sha256-z2EHWsY+hhtnYzAxOl2PWjqfyJ+wp9SCau5LKPT2ec0 =" ;
9+ rev = "beta10 " ;
10+ sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc =" ;
1111 } ;
12- version = "beta9 " ;
12+ version = "beta10 " ;
1313 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 " ;
1515 installPhase = ''
1616 runHook preInstall
1717
Original file line number Diff line number Diff line change 11import ./generic.nix {
2- version = "17_5 " ;
3- hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ =" ;
2+ version = "17_6 " ;
3+ hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w =" ;
44}
You can’t perform that action at this time.
0 commit comments