1 { lib, buildNpmPackage, fetchFromGitHub }:
4 pname = "osmtogeojson";
5 version = "3.0.0-beta.5";
7 src = fetchFromGitHub {
11 hash = "sha256-T6d/KQQGoXHgV0iNhOms8d9zfjYMfnBNwPLShrEkHG4=";
15 cp ${./package-lock.json} ./package-lock.json
18 npmDepsHash = "sha256-stAVuyjuRQthQ3jQdekmZYjeau9l0GzEEMkV1q5fT2k=";
22 description = "Converts OSM data to GeoJSON";
23 homepage = "https://tyrasd.github.io/osmtogeojson/";
24 maintainers = with maintainers; [ thibautmarty ];
25 license = licenses.mit;
26 mainProgram = "osmtogeojson";