Merge pull request #188551 from marsam/update-postgis

postgresqlPackages.postgis: 3.2.3 -> 3.3.0
This commit is contained in:
Mario Rodas 2022-08-27 22:45:59 -05:00 committed by GitHub
commit f31752f986
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.3";
version = "3.3.0";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-G02LXHVuWrpZ77wYM7Iu/k1lYneO7KVvpJf+susTZow=";
sha256 = "sha256-aWe3f3yKcjqHa+wmWPgqbLfytt3/sEgKsG0zcnivYFU=";
};
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]