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

tektoncd-cli: 0.33.0 -> 0.34.0
This commit is contained in:
Nick Cao
2024-01-12 11:30:54 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-PjtZrN0AmD2Ll0Jgvw/7ZNb5/TqYdsngrdLjLfprPa0=";
sha256 = "sha256-bX1PmLQDpNMh1JMYvnAQhLFYiEoa5UnQSc/i+Y6DigI=";
};
vendorHash = null;