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
+2 -2
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 ]