File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed 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 = "main " ;
10
- sha256 = "sha256-VWjb2JHYad0VZkId70m8UOhRTJRGY4nkEuC7m5ae7w4 =" ;
9
+ rev = "0dafcb1bc799e9af393094c122c1c3c630797222 " ;
10
+ sha256 = "sha256-dsfDqUXkMeAkUI5l9+J09tsRZOGJVsqcKEVo5YAzMjU =" ;
11
11
} ;
12
- version = "patches16_29 " ;
12
+ version = "patches16_30 " ;
13
13
buildInputs = [ curl libkrb5 postgresql python3 openssl ] ;
14
- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=29 " ;
14
+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=30 " ;
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
final : prev : {
2
2
postgresql_16 = prev . postgresql_16 . overrideAttrs ( old : {
3
3
pname = "postgresql_16" ;
4
- version = "16_29 " ;
4
+ version = "16_30 " ;
5
5
src = prev . fetchurl {
6
- url = "https://github.com/orioledb/postgres/archive/refs/tags/patches16_29 .tar.gz" ;
7
- sha256 = "sha256-JiC4upjta7OWOfnuxgo/KL41tWcsBUyykOJakn6XjvA =" ;
6
+ url = "https://github.com/orioledb/postgres/archive/refs/tags/patches16_30 .tar.gz" ;
7
+ sha256 = "sha256-VITYbOZYKgbtstdfG2wl7+wV+tl/DDYB34BkIM/Xnvs =" ;
8
8
} ;
9
9
buildInputs = old . buildInputs ++ [
10
10
prev . bison
You can’t perform that action at this time.
0 commit comments