postgresqlPackages.postgis: 3.3.0 -> 3.3.1

This commit is contained in:
Mario Rodas
2022-09-13 04:20:00 +00:00
parent 9936031be3
commit dfcbbdaa93
+2 -2
View File
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "postgis";
version = "3.3.0";
version = "3.3.1";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-aWe3f3yKcjqHa+wmWPgqbLfytt3/sEgKsG0zcnivYFU=";
sha256 = "sha256-kb6ACnLXSMWjpKANgqwd5CAj4p2mHs5uv5x3/iKPyxo=";
};
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]