Merge pull request #107236 from marsam/update-postgresql-postgis

postgreslPackages.postgis: 3.0.3 -> 3.1.0
This commit is contained in:
Mario Rodas 2020-12-20 11:03:58 -05:00 committed by GitHub
commit ce5f25d57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "postgis";
version = "3.0.3";
version = "3.1.0";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7";
sha256 = "008280ijd6m9h35y9lcpql0fk0h9f3zkc1pfkdm0rkbnd12y41ns";
};
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]