osm2pgsql: 1.11.0 → 2.0.0 (#343055)

This commit is contained in:
Nikolay Korotkiy
2024-09-21 20:09:19 +04:00
committed by GitHub
+4 -4
View File
@@ -2,7 +2,7 @@
, fetchFromGitHub
, cmake
, expat
, fmt
, fmt_11
, proj
, bzip2
, cli11
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osm2pgsql";
version = "1.11.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "osm2pgsql-dev";
repo = "osm2pgsql";
rev = finalAttrs.version;
hash = "sha256-95B4WVaf3AwaC+S6dCJpUq/1J47rOZjWUBxmRqHCu4w=";
hash = "sha256-YtG/cwEyCIsNjoEhDikMoI/SUqx8fEtPuolpNkLGTlE=";
};
postPatch = ''
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
bzip2
cli11
expat
fmt
fmt_11
libosmium
nlohmann_json
opencv