postgresql11Packages.postgis: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-02-14 13:22:58 +00:00
parent 8617a5a336
commit f9012ac8ce

View file

@ -15,13 +15,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "postgis"; pname = "postgis";
version = "3.2.0"; version = "3.2.1";
outputs = [ "out" "doc" ]; outputs = [ "out" "doc" ];
src = fetchurl { src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"; url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-ernhVMaUfAz/uPoS1wgGrdmqBg5itshqLiBvnUtQfP0="; sha256 = "sha256-+6to3ebKOTSyS6CMirDP8llPV/k96rQaFcgq4btpiT4=";
}; };
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ] buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]