Merge pull request #297591 from r-ryantm/auto-update/tektoncd-cli

tektoncd-cli: 0.35.1 -> 0.36.0
This commit is contained in:
Mario Rodas 2024-03-21 07:24:20 -05:00 committed by GitHub
commit afdad03a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.35.1";
version = "0.36.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-/o0UzjIUlRP936YG7fgfonPHc86z1WFCBcELor2frqE=";
sha256 = "sha256-no/F9PqChokG2so3LeptHYO3BXoqWFyMtY/5nlEMT8Y=";
};
vendorHash = null;