tanka: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm
2025-11-10 13:01:11 +00:00
parent ffd468f28a
commit 9434ccf3ca

View File

@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tanka";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "tanka";
rev = "v${version}";
sha256 = "sha256-Jghw2KfHNl2VoGQYE/kadvcgXMIVP9SOsvT2ltWrQSs=";
sha256 = "sha256-UsmeVLCgZeNRoqOYwbwIzWCFtLDgXyojNzA63VvBTc8=";
};
vendorHash = "sha256-rms/aUchtcjsjeS51SB2eKPOTRoYOLDGbrmhRld6gUo=";
vendorHash = "sha256-jXIDECIW9xnct8bAxsvoMGpdwZuKCLCuCbuTM2dgXik=";
doCheck = false;
# Required for versions >= 0.28 as they introduce a gowork.sum file. This is only used for tests so we can safely disable GOWORK