postgresqlPackages.postgis: 2.5.1 -> 2.5.2 (#58756)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgis/versions
This commit is contained in:
R. RyanTM 2019-04-08 14:58:39 -07:00 committed by xeji
parent f8376f17a7
commit bc5c2f4c60

View file

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
name = "postgis-${version}";
version = "2.5.1";
version = "2.5.2";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "14bsh4kflp4bxilypkpmhrpldknc9s9vgiax8yfhxbisyib704zv";
sha256 = "0pnva72f2w4jcgnl1y7nw5rdly4ipx3hji4c9yc9s0hna1n2ijxn";
};
buildInputs = [ libxml2 postgresql geos proj perl gdal json_c pkgconfig ];