1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "mbtileserver";
7 src = fetchFromGitHub {
11 sha256 = "sha256-RLaAhc24zdCFvpSN2LZXNyS1ygg9zCi4jEj8owdreWU=";
14 vendorHash = "sha256-yn7LcR/DvHDSRicUnWLrFZKqZti+YQoLSk3mZkDIj10=";
17 description = "Simple Go-based server for map tiles stored in mbtiles format";
18 mainProgram = "mbtileserver";
19 homepage = "https://github.com/consbio/mbtileserver";
20 changelog = "https://github.com/consbio/mbtileserver/blob/v${version}/CHANGELOG.md";
21 license = licenses.isc;
22 maintainers = teams.geospatial.members;