Merge pull request #251879 from r-ryantm/auto-update/tegola

tegola: 0.17.0 -> 0.18.0
This commit is contained in:
Weijia Wang 2023-08-29 22:56:03 +02:00 committed by GitHub
commit b617b5464c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tegola";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-FYKsAkOVqhgTaps0eTI/SLCEI1BRTKKpRtwKo2m7srQ=";
sha256 = "sha256-lrFRPD16AFavc+ghpKoxwQJsfJLe5jxTQVK/0a6SIIs=";
};
vendorHash = null;