postgreslPackages.postgis: 3.0.3 -> 3.1.0
https://postgis.net/2020/12/18/postgis-3.1.0/
This commit is contained in:
parent
3c6445b97e
commit
0356399563
@ -15,13 +15,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "postgis";
|
pname = "postgis";
|
||||||
version = "3.0.3";
|
version = "3.1.0";
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
|
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
|
||||||
sha256 = "05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7";
|
sha256 = "008280ijd6m9h35y9lcpql0fk0h9f3zkc1pfkdm0rkbnd12y41ns";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]
|
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user