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