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:
1010# Full version strings for each major version
1111# TODO PR uncomment these lines
1212postgres_release :
13- postgresorioledb-17 : " orioledb-17.0.1.000-staging-4 "
13+ postgresorioledb-17 : " orioledb-17.0.1.000-staging-5 "
1414 # postgres15: "15.8.1.005"
1515 # postgres16: "16.3.1.011"
1616
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 = "2861cf9091a92bcabbbbf1f4d15f8edff480fea1 " ;
10- sha256 = "sha256-VVOHOIhQSQ824vfZlptOj1Gcu6Jg80amjRp7CpUOq6s =" ;
9+ rev = "beta6 " ;
10+ sha256 = "sha256-7nmgQDVcNuaGOM6V9xrer2jqfxhJhXZBXRZoiPEoisE =" ;
1111 } ;
12- version = "patches17_3 " ;
12+ version = "beta6 " ;
1313 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 " ;
1515 installPhase = ''
1616 runHook preInstall
1717 mkdir -p $out/{lib,share/postgresql/extension}
Original file line number Diff line number Diff line change 11import ./generic.nix {
2- version = "17_3 " ;
3- hash = "sha256-LOlST80eU+Wmmcmo4WHGwOClYZ+bBahyltsGYeKWCU4 =" ;
2+ version = "17_4 " ;
3+ hash = "sha256-qMJpTcw/ExipQ1XIPvYTQK+qgcDC7zecdLJDIuQug+0 =" ;
44}
You can’t perform that action at this time.
0 commit comments