postgis: 3.1.1 -> 3.1.2

This commit is contained in:
Lancelot SIX 2021-05-25 17:54:56 +01:00 committed by Robert Schütz
parent 93f419b7a8
commit 187b6cd41f

View file

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