tegola: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm 2023-08-06 15:37:17 +00:00
parent acb3384672
commit 587fd2b122

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tegola";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-W1UTh8OZpWaCLwMPQopGjSqXNgO9FoIEIJIG9yOwTtY=";
sha256 = "sha256-FYKsAkOVqhgTaps0eTI/SLCEI1BRTKKpRtwKo2m7srQ=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/tegola" ];