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

tektoncd-cli: 0.34.0 -> 0.35.0
This commit is contained in:
Mario Rodas 2024-02-08 06:26:24 -05:00 committed by GitHub
commit 6578a2c042
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.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-bX1PmLQDpNMh1JMYvnAQhLFYiEoa5UnQSc/i+Y6DigI=";
sha256 = "sha256-4n+20EZvj1cCJTZFSYTpOeArVKvpz4+U1qYxaqWXBSc=";
};
vendorHash = null;