Merge pull request #268898 from r-ryantm/auto-update/postgresql12JitPackages.postgis

postgresql12JitPackages.postgis: 3.4.0 -> 3.4.1
This commit is contained in:
Mario Rodas 2023-11-23 00:58:13 -05:00 committed by GitHub
commit 05f0b2ab96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
}:
stdenv.mkDerivation rec {
pname = "postgis";
version = "3.4.0";
version = "3.4.1";
outputs = [ "out" "doc" ];
src = fetchurl {
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
sha256 = "sha256-rum2CmyITTVBZLMJbEZX8yRFQYZgf4WdHOBdiZeYr50=";
sha256 = "sha256-/vahQSE9D/J79FszuEnMOWwi3bH/xv7UNUacnokfyB0=";
};
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc pcre2.dev ]