Merge pull request #96442 from sikmir/tegola

tegola: 0.11.2 -> 0.12.0
This commit is contained in:
Mario Rodas 2020-08-29 08:24:49 -05:00 committed by GitHub
commit 7ae2a9461e
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.11.2";
version = "0.12.0";
goPackagePath = "github.com/go-spatial/tegola";
@ -10,9 +10,11 @@ buildGoPackage rec {
owner = "go-spatial";
repo = pname;
rev = "v${version}";
sha256 = "0xrjs0py08q9i31rl0cxi6idncrrgqwcspqks3c5vd9i65yqc6fv";
sha256 = "1bm791cis6bqgvhkk6n03kdxh0y9fdkhsx4rgmv7pm3zzdd7b17r";
};
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/cmd/tegola/cmd.Version=${version}" ];
meta = with stdenv.lib; {
homepage = "https://www.tegola.io/";
description = "Mapbox Vector Tile server";