mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
tegola: 0.12.1 -> 0.13.0
This commit is contained in:
parent
6b74bbfb96
commit
6d67d9c22e
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "tegola";
|
||||
version = "0.12.1";
|
||||
version = "0.13.0";
|
||||
|
||||
goPackagePath = "github.com/go-spatial/tegola";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
owner = "go-spatial";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0x8wv9xx0dafn55y0i7x43plg1blnslzj0l5047laipw7gnmfwad";
|
||||
sha256 = "sha256-NA2KwyhLLIusf6a6v+OcmHz91kPcIhvG9PRmRk8h+fQ=";
|
||||
};
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/cmd/tegola/cmd.Version=${version}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user