mbtileserver: 0.6.1 → 0.7.0

This commit is contained in:
Nikolay Korotkiy 2021-05-14 21:28:26 +03:00 committed by tomberek
parent 3d18eddae2
commit c4ff610b31

View file

@ -2,20 +2,21 @@
buildGoModule rec {
pname = "mbtileserver";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "consbio";
repo = pname;
rev = "v${version}";
sha256 = "0b0982rn5jsv8zxfkrcmhys764nim6136hafc8ccj0mwdyvwafxd";
sha256 = "sha256-QdirExVv7p7Mnhp8EGdTVRlmEiYpzoXVQbtO8aS9Kas=";
};
vendorSha256 = null;
vendorSha256 = "sha256-mUUxUZn8out6WNvKJKHoz+R44RDB0oWJb+57w72+E5w=";
meta = with lib; {
description = "A simple Go-based server for map tiles stored in mbtiles format";
homepage = "https://github.com/consbio/mbtileserver";
changelog = "https://github.com/consbio/mbtileserver/blob/v${version}/CHANGELOG.md";
license = licenses.isc;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;