Skip to content

Commit 4053dc6

Browse files
encimasamrose
authored andcommitted
update postgis to 3.6.1
1 parent 3c5c065 commit 4053dc6

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

nix/ext/pg_jsonschema/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ let
9292
"0.2.0"
9393
"0.3.1"
9494
"0.3.3"
95+
"0.3.4"
9596
]);
9697

9798
preBuild = ''

nix/ext/postgis.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let
102102
sed -i 's@/usr/bin/file@${file}/bin/file@' configure
103103
configureFlags="--datadir=$out/share/postgresql --datarootdir=$out/share/postgresql --bindir=$out/bin --docdir=$doc/share/doc/${pname} --with-gdalconfig=${gdal}/bin/gdal-config --with-jsondir=${json_c.dev} --with-sfcgal"
104104
105-
makeFlags="PERL=${perl}/bin/perl datadir=$out/share/postgresql pkglibdir=$out/lib bindir=$out/bin docdir=$doc/share/doc/${pname}"
105+
makeFlags="PERL=${perl}/bin/perl datadir=$out/share/postgresql pkglibdir=$out/lib bindir=$out/bin docdir=$doc/share/doc/${pname} PG_SHAREDIR=$out/share/postgresql PG_SHAREDIR=$out/share/postgresql"
106106
'';
107107

108108
postConfigure = ''

nix/ext/versions.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,11 +556,17 @@
556556
},
557557
"3.3.7": {
558558
"postgresql": [
559-
"17",
560-
"18"
559+
"17"
561560
],
562561
"hash": "sha256-UHJKDd5JrcJT5Z4CTYsY/va+ToU0GUPG1eHhuXTkP84="
562+
},
563+
"3.6.1": {
564+
"postgresql": [
565+
"18"
566+
],
567+
"hash": "sha256-7Az6q0dWMBBiEdGA1x30Z4LkHhC23/6R15yoGOzSy7Q="
563568
}
569+
564570
},
565571
"rum": {
566572
"1.3": {

0 commit comments

Comments
 (0)