Merge pull request #270173 from das-g/osm2pgsql

osm2pgsql: 1.9.2 → 1.10.0
This commit is contained in:
Nikolay Korotkiy 2023-11-27 18:38:08 +04:00 committed by GitHub
commit 4c3ae982b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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