mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-03 11:37:02 +00:00
postgresqlPackages.postgis: 2.5.1 -> 2.5.2 (#58756)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/postgis/versions
This commit is contained in:
parent
f8376f17a7
commit
bc5c2f4c60
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "postgis-${version}";
|
name = "postgis-${version}";
|
||||||
version = "2.5.1";
|
version = "2.5.2";
|
||||||
|
|
||||||
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 = "14bsh4kflp4bxilypkpmhrpldknc9s9vgiax8yfhxbisyib704zv";
|
sha256 = "0pnva72f2w4jcgnl1y7nw5rdly4ipx3hji4c9yc9s0hna1n2ijxn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 postgresql geos proj perl gdal json_c pkgconfig ];
|
buildInputs = [ libxml2 postgresql geos proj perl gdal json_c pkgconfig ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue