File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " orioledb-17.0.1.004 "
12+ postgresorioledb-17 : " orioledb-17.0.1.005 "
1313 postgres15 : " 15.8.1.014"
1414 postgres16 : " 16.3.1.020"
1515
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ stdenv.mkDerivation rec {
66 src = fetchFromGitHub {
77 owner = "orioledb" ;
88 repo = "orioledb" ;
9- rev = "beta7 " ;
10- sha256 = "sha256-Rse/gYVkn4QvXipaJ8fyC6FIQ5afkLCaeylgp5MX1z8 =" ;
9+ rev = "beta8 " ;
10+ sha256 = "sha256-niyTQr1FQYEsKdxl/uVrKSiIR0DCnnT+DDkW47lsc80 =" ;
1111 } ;
12- version = "beta7 " ;
12+ version = "beta8 " ;
1313 buildInputs = [ curl libkrb5 postgresql python3 openssl ] ;
1414 buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5" ;
1515 installPhase = ''
You can’t perform that action at this time.
0 commit comments