Commit 8de993d0 authored by Raphael Borun Das Gupta's avatar Raphael Borun Das Gupta Committed by Raphael Das Gupta
Browse files

osm2pgsql: 1.9.2 → 1.10.0

parent 000b7155
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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