File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/applications/networking/cluster/tanka Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33buildGoModule rec {
44 pname = "tanka" ;
5- version = "0.27.1 " ;
5+ version = "0.28.0 " ;
66
77 src = fetchFromGitHub {
88 owner = "grafana" ;
99 repo = pname ;
1010 rev = "v${ version } " ;
11- sha256 = "sha256-4ChTYwRp9R8U97hH1Bgrxr5a/5IoWRAmFgJbD7oJpO4 =" ;
11+ sha256 = "sha256-MDZXnI0FAeQJI7GbPT5/EB4ldOtGSnFEbojXzE9ll+Q =" ;
1212 } ;
1313
14- vendorHash = "sha256-u2l3cX8PKHUCPkHuCOyED2LLWygYCDJEhfTjycEBzHI =" ;
14+ vendorHash = "sha256-N4zGZ+fYQA7UdPI8ie55gG3FnFrI/XvyJJiZ3D40qlQ =" ;
1515
1616 doCheck = false ;
17+ # Required for versions >= 0.28 as they introduce a gowork.sum file. This is only used for tests so we can safely disable GOWORK
18+ env . GOWORK = "off" ;
1719
1820 subPackages = [ "cmd/tk" ] ;
1921
You can’t perform that action at this time.
0 commit comments