Merge pull request #187552 from marsam/update-postgis

postgresqlPackages.postgis: 3.2.2 -> 3.2.3
This commit is contained in:
Mario Rodas 2022-08-20 13:14:49 -05:00 committed by GitHub
commit ad268300a0
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.2.2";
version = "3.2.3";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-GM89AT9FsaqO1Z14vHB+nhJeJQ2PBhU5aum/4918PXw=";
sha256 = "sha256-G02LXHVuWrpZ77wYM7Iu/k1lYneO7KVvpJf+susTZow=";
};
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]