Unverified Commit 4c3ae982 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #270173 from das-g/osm2pgsql

osm2pgsql: 1.9.2 → 1.10.0
parents 40c60f6e 8de993d0
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