mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
Merge pull request #268898 from r-ryantm/auto-update/postgresql12JitPackages.postgis
postgresql12JitPackages.postgis: 3.4.0 -> 3.4.1
This commit is contained in:
commit
05f0b2ab96
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user