tegola: 0.11.2 -> 0.12.0

This commit is contained in:
Nikolay Korotkiy 2020-08-27 03:13:41 +03:00
parent 5622b6b6fe
commit e7552a281d
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

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";