We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f808e4b + 1df4752 commit b359cb8Copy full SHA for b359cb8
pkgs/by-name/ta/tanka/package.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "tanka";
5
- version = "0.31.2";
+ version = "0.31.3";
6
7
src = fetchFromGitHub {
8
owner = "grafana";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "sha256-bgVFUBSb/vs+oEVUeF/PniqEkUAl3qRiuFWR4U+iHXo=";
+ sha256 = "sha256-MaWO9I2+xHA+55tUSQ91yJ7suubnWP4V7JxZTruN1A0=";
12
};
13
14
- vendorHash = "sha256-C1GpLDb4YWL0dXG/mUR+UVy17rnh0zgaICAU0C1bfq0=";
+ vendorHash = "sha256-jTvKNl0L+Dl3u5qHQg0R/rtNtLljLoIvciXYKRe/zNg=";
15
16
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
0 commit comments