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

tegola: 0.18.0 -> 0.19.0
This commit is contained in:
Ryan Mulligan 2023-10-08 09:07:09 -07:00 committed by GitHub
commit d5cd9aef32
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.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-lrFRPD16AFavc+ghpKoxwQJsfJLe5jxTQVK/0a6SIIs=";
sha256 = "sha256-Z72QANnkAOg0le6p0lFJUhlgE/U32Ao+M/yog00gSF4=";
};
vendorHash = null;