Merge pull request #111982 from r-ryantm/auto-update/splitter

mkgmap-splitter: 597 -> 598
This commit is contained in:
Ryan Mulligan 2021-02-09 06:32:37 -08:00 committed by GitHub
commit dfd2c4c0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "splitter";
version = "597";
version = "598";
src = fetchurl {
url = "http://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz";
sha256 = "0d928wvlpzqwdpfksmxyyfkqrhjsij21wx2538bs2i29siwyla61";
sha256 = "gpbJpDBXA9tmSmx9oKLa7xWtIOHBTYd1iPPgNTC2C2M=";
};
patches = [