mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #270173 from das-g/osm2pgsql
osm2pgsql: 1.9.2 → 1.10.0
This commit is contained in:
commit
4c3ae982b4
@ -7,7 +7,6 @@
|
||||
, bzip2
|
||||
, zlib
|
||||
, boost
|
||||
, cimg
|
||||
, postgresql
|
||||
, python3
|
||||
, withLuaJIT ? false
|
||||
@ -15,6 +14,7 @@
|
||||
, luajit
|
||||
, libosmium
|
||||
, nlohmann_json
|
||||
, opencv
|
||||
, potrace
|
||||
, protozero
|
||||
, testers
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "osm2pgsql";
|
||||
version = "1.9.2";
|
||||
version = "1.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "osm2pgsql-dev";
|
||||
repo = "osm2pgsql";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-RzJpaOEpgKm2IN6CK2Z67CUG0WU2ELvCpGhdQehjGKU=";
|
||||
hash = "sha256-IFAQ7iA37QXnWOSxUjh9EW7ss85k0h948JGuuUcpr5w=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -41,11 +41,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
boost
|
||||
bzip2
|
||||
cimg
|
||||
expat
|
||||
fmt
|
||||
libosmium
|
||||
nlohmann_json
|
||||
opencv
|
||||
postgresql
|
||||
potrace
|
||||
proj
|
||||
|
Loading…
Reference in New Issue
Block a user