15 stdenv.mkDerivation rec {
16 pname = "osmium-tool";
19 src = fetchFromGitHub {
23 sha256 = "sha256-DObqbzdPA4RlrlcZhqA0MQtWBE+D6GRD1pd9U4DARIk=";
45 installShellCompletion --zsh ../zsh_completion/_osmium
49 description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library";
50 homepage = "https://osmcode.org/osmium-tool/";
51 changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md";
52 license = with licenses; [ gpl3Plus mit bsd3 ];
53 maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
54 mainProgram = "osmium";