File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postgres_major:
10
10
# Full version strings for each major version
11
11
# TODO PR uncomment these lines
12
12
postgres_release :
13
- postgresorioledb-17 : " orioledb-17.0.1.000-staging-4 "
13
+ postgresorioledb-17 : " orioledb-17.0.1.000-staging-5 "
14
14
# postgres15: "15.8.1.005"
15
15
# postgres16: "16.3.1.011"
16
16
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 = "2861cf9091a92bcabbbbf1f4d15f8edff480fea1 " ;
10
- sha256 = "sha256-VVOHOIhQSQ824vfZlptOj1Gcu6Jg80amjRp7CpUOq6s =" ;
9
+ rev = "beta6 " ;
10
+ sha256 = "sha256-7nmgQDVcNuaGOM6V9xrer2jqfxhJhXZBXRZoiPEoisE =" ;
11
11
} ;
12
- version = "patches17_3 " ;
12
+ version = "beta6 " ;
13
13
buildInputs = [ curl libkrb5 postgresql python3 openssl ] ;
14
- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=3 " ;
14
+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=4 " ;
15
15
installPhase = ''
16
16
runHook preInstall
17
17
mkdir -p $out/{lib,share/postgresql/extension}
Original file line number Diff line number Diff line change 1
1
import ./generic.nix {
2
- version = "17_3 " ;
3
- hash = "sha256-LOlST80eU+Wmmcmo4WHGwOClYZ+bBahyltsGYeKWCU4 =" ;
2
+ version = "17_4 " ;
3
+ hash = "sha256-qMJpTcw/ExipQ1XIPvYTQK+qgcDC7zecdLJDIuQug+0 =" ;
4
4
}
You can’t perform that action at this time.
0 commit comments