Merge pull request #203990 from sikmir/tegola

tegola: 0.15.2 → 0.16.0
This commit is contained in:
Mario Rodas
2022-12-03 07:20:54 -05:00
committed by GitHub
+3 -3
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tegola";
version = "0.15.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = pname;
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-ewpM66L/Qd8ofUeS/5BN2f7XeLxiKGlLXskBGglJNsk=";
sha256 = "sha256-W1UTh8OZpWaCLwMPQopGjSqXNgO9FoIEIJIG9yOwTtY=";
};
vendorSha256 = null;