Skip to content

Commit bde47c6

Browse files
theSuessAleksanaa
andauthored
tanka: 0.27.1 -> 0.28.0 (#340060)
tanka: disable GOWORK Co-authored-by: aleksana <[email protected]>
1 parent d203fb0 commit bde47c6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/applications/networking/cluster/tanka/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
buildGoModule 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

0 commit comments

Comments
 (0)