osmium-tool: 1.13.1 → 1.13.2

This commit is contained in:
Nikolay Korotkiy 2021-10-05 13:25:39 +03:00
parent 5476e647e0
commit 451c31e540
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

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