Merge pull request #159988 from r-ryantm/auto-update/postgis

postgresql11Packages.postgis: 3.2.0 -> 3.2.1

authored by Mario Rodas and committed by GitHub f4d2c812 0379e847

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/postgis.nix
··· 15 }: 16 stdenv.mkDerivation rec { 17 pname = "postgis"; 18 - version = "3.2.0"; 19 20 outputs = [ "out" "doc" ]; 21 22 src = fetchurl { 23 url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"; 24 - sha256 = "sha256-ernhVMaUfAz/uPoS1wgGrdmqBg5itshqLiBvnUtQfP0="; 25 }; 26 27 buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]
··· 15 }: 16 stdenv.mkDerivation rec { 17 pname = "postgis"; 18 + version = "3.2.1"; 19 20 outputs = [ "out" "doc" ]; 21 22 src = fetchurl { 23 url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"; 24 + sha256 = "sha256-+6to3ebKOTSyS6CMirDP8llPV/k96rQaFcgq4btpiT4="; 25 }; 26 27 buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]