3
0
Fork 0
forked from mirrors/nixpkgs

osm2pgsql: 1.9.2 → 1.10.0

Co-Authored-By: Nikolay Korotkiy <sikmir@disroot.org>
Co-Authored-By: Ivan Mincik <ivan.mincik@gmail.com>
This commit is contained in:
Raphael Borun Das Gupta 2023-11-26 20:54:00 +01:00 committed by Raphael Das Gupta
parent 000b7155e5
commit 8de993d049

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