File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.095 -orioledb"
14- postgres17 : " 17.6.1.138 "
15- postgres15 : " 15.14.1.138 "
13+ postgresorioledb-17 : " 17.6.0.096 -orioledb"
14+ postgres17 : " 17.6.1.139 "
15+ postgres15 : " 15.14.1.139 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.25.1
Original file line number Diff line number Diff line change 5656 } ;
5757 orioledb = {
5858 "17" = {
59- version = "17_16 " ;
60- hash = "sha256-Xm9IUsvmlcayNQH8TCvHoIV23xkt/WQV0Oy4CiJkywc =" ;
59+ version = "17_20 " ;
60+ hash = "sha256-HDrHTx9yeIPJoyIBs+BdAhBQqt1IEtQrG9pFfvHJqdg =" ;
6161 } ;
6262 } ;
6363 } ;
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
1515 src = fetchFromGitHub {
1616 owner = "orioledb" ;
1717 repo = "orioledb" ;
18- rev = "982e11ae62c9e00c0d74f9f8de31d99ff383fd02 " ;
19- sha256 = "sha256-Vz3vfmTGRW+O9aXZxqixHC2CpqZJf/1UCQWoENbAak4 =" ;
18+ rev = "beta16 " ;
19+ sha256 = "sha256-HCfNzMPt80nGeVwlstUCeMpdNZYd9KhLLHYyD/Hvuhk =" ;
2020 } ;
21- version = "982e11ae62c9e00c0d74f9f8de31d99ff383fd02 " ;
21+ version = "beta16 " ;
2222 buildInputs = [
2323 curl
2424 libkrb5
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727 openssl
2828 ] ;
2929 buildPhase = ''
30- make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=16
30+ make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=20
3131 '' ;
3232 installPhase = ''
3333 runHook preInstall
You can’t perform that action at this time.
0 commit comments