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

mkgmap-splitter: 643 -> 645
This commit is contained in:
Bobby Rong 2021-12-06 20:10:19 +08:00 committed by GitHub
commit 5a28757bea
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 = "643";
version = "645";
src = fetchurl {
url = "https://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz";
sha256 = "gyMCQAKnP4FDcHEgJiiftKhBEG9N92etpwKBnmIbzhU=";
sha256 = "Y9feRNDjmwUbSOwxfMIaYIycCvOBMihq5LkuKbALVDY=";
};
patches = [