osmium-tool: 1.15.0 → 1.16.0

This commit is contained in:
Nikolay Korotkiy 2023-09-20 21:46:05 +04:00
parent 94d83ffa1f
commit 7341cda598
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "osmium-tool";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "osmcode";
repo = "osmium-tool";
rev = "v${version}";
sha256 = "sha256-xV/1LFby0L/o648XEQQ9gS9/eHssWhMIG7R1E8bfIDU=";
sha256 = "sha256-DObqbzdPA4RlrlcZhqA0MQtWBE+D6GRD1pd9U4DARIk=";
};
nativeBuildInputs = [