osmium-tool: 1.12.1 → 1.13.0
This commit is contained in:
parent
7266f5d422
commit
00a23bd1b3
@ -7,19 +7,20 @@
|
|||||||
, bzip2
|
, bzip2
|
||||||
, expat
|
, expat
|
||||||
, libosmium
|
, libosmium
|
||||||
|
, lz4
|
||||||
, protozero
|
, protozero
|
||||||
, zlib
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "osmium-tool";
|
pname = "osmium-tool";
|
||||||
version = "1.12.1";
|
version = "1.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "osmcode";
|
owner = "osmcode";
|
||||||
repo = "osmium-tool";
|
repo = "osmium-tool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "13142hj8gfgj6w51a62hjzfmzic90xgrnnlnb70hpdqjy86bxv7j";
|
sha256 = "0rn67g4xf01i7pkxrdh87jdj2rzkw5pfkx5wkg9245z5yxjxhqj2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
bzip2
|
bzip2
|
||||||
expat
|
expat
|
||||||
libosmium
|
libosmium
|
||||||
|
lz4
|
||||||
protozero
|
protozero
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
@ -46,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library";
|
description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library";
|
||||||
homepage = "https://osmcode.org/osmium-tool/";
|
homepage = "https://osmcode.org/osmium-tool/";
|
||||||
license = with licenses; [ gpl3 mit bsd3 ];
|
license = with licenses; [ gpl3Plus mit bsd3 ];
|
||||||
maintainers = with maintainers; [ das-g ];
|
maintainers = with maintainers; [ das-g ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user