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

mkgmap: 4827 -> 4835
This commit is contained in:
Bobby Rong 2021-12-23 11:51:38 +08:00 committed by GitHub
commit 82b70ab279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "mkgmap";
version = "4827";
version = "4835";
src = fetchurl {
url = "https://www.mkgmap.org.uk/download/mkgmap-r${version}-src.tar.gz";
sha256 = "2vK52NXE0LJq3nqFi08zliwRQwWFiQSsiAU412zjkQM=";
sha256 = "u4qwfL8qp+rUIIYuZmVYjEkh0riL8yeQz0t8j5shT34=";
};
patches = [