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

tegola: 0.13.0 -> 0.14.0
This commit is contained in:
Mario Rodas
2022-02-19 15:39:01 -05:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "tegola";
version = "0.13.0";
version = "0.14.0";
goPackagePath = "github.com/go-spatial/tegola";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "go-spatial";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NA2KwyhLLIusf6a6v+OcmHz91kPcIhvG9PRmRk8h+fQ=";
sha256 = "sha256-/1UhgcMLCB1/HtDX6HvVXybn3jOCRLuz2AF+M52Aye0=";
};
ldflags = [ "-s" "-w" "-X ${goPackagePath}/cmd/tegola/cmd.Version=${version}" ];