Skip to content

Commit 1df4752

Browse files
committed
tanka: 0.31.2 -> 0.31.3
1 parent abd72d8 commit 1df4752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/tanka/package.nix

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

33
buildGoModule rec {
44
pname = "tanka";
5-
version = "0.31.2";
5+
version = "0.31.3";
66

77
src = fetchFromGitHub {
88
owner = "grafana";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-bgVFUBSb/vs+oEVUeF/PniqEkUAl3qRiuFWR4U+iHXo=";
11+
sha256 = "sha256-MaWO9I2+xHA+55tUSQ91yJ7suubnWP4V7JxZTruN1A0=";
1212
};
1313

14-
vendorHash = "sha256-C1GpLDb4YWL0dXG/mUR+UVy17rnh0zgaICAU0C1bfq0=";
14+
vendorHash = "sha256-jTvKNl0L+Dl3u5qHQg0R/rtNtLljLoIvciXYKRe/zNg=";
1515

1616
doCheck = false;
1717
# Required for versions >= 0.28 as they introduce a gowork.sum file. This is only used for tests so we can safely disable GOWORK

0 commit comments

Comments
 (0)