Merge pull request #111799 from r-ryantm/auto-update/osmium-tool

osmium-tool: 1.13.0 -> 1.13.1
This commit is contained in:
Ryan Mulligan 2021-02-03 13:04:05 -08:00 committed by GitHub
commit 6e9ba2aa45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "osmium-tool";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "osmcode";
repo = "osmium-tool";
rev = "v${version}";
sha256 = "0rn67g4xf01i7pkxrdh87jdj2rzkw5pfkx5wkg9245z5yxjxhqj2";
sha256 = "sha256-IeFbcgwayBl3xxv3onCJr0f1oeveyyNlLxXQlzOoVq0=";
};
nativeBuildInputs = [