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

tegola: 0.12.0 -> 0.12.1
gstqt5
Mario Rodas 2020-09-28 18:37:22 -05:00 committed by GitHub
commit 09eb860c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "tegola";
version = "0.12.0";
version = "0.12.1";
goPackagePath = "github.com/go-spatial/tegola";
@ -10,11 +10,13 @@ buildGoPackage rec {
owner = "go-spatial";
repo = pname;
rev = "v${version}";
sha256 = "1bm791cis6bqgvhkk6n03kdxh0y9fdkhsx4rgmv7pm3zzdd7b17r";
sha256 = "0x8wv9xx0dafn55y0i7x43plg1blnslzj0l5047laipw7gnmfwad";
};
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/cmd/tegola/cmd.Version=${version}" ];
excludedPackages = [ "example" ];
meta = with stdenv.lib; {
homepage = "https://www.tegola.io/";
description = "Mapbox Vector Tile server";