osmium-tool: 1.13.1 → 1.13.2

+2 -2
+2 -2
pkgs/applications/misc/osmium-tool/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "osmium-tool"; 17 - version = "1.13.1"; 17 + version = "1.13.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "osmcode"; 21 21 repo = "osmium-tool"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-IeFbcgwayBl3xxv3onCJr0f1oeveyyNlLxXQlzOoVq0="; 23 + sha256 = "sha256-dLYmY2bS+DycYBLZdLw8CsRIIE8EfDJEx6RZ/r9yMS8="; 24 24 }; 25 25 26 26 nativeBuildInputs = [