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

tektoncd-cli: 0.21.0 -> 0.22.0
This commit is contained in:
Bobby Rong 2022-02-11 12:04:27 +08:00 committed by GitHub
commit f741f20293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "tektoncd-cli"; pname = "tektoncd-cli";
version = "0.21.0"; version = "0.22.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tektoncd"; owner = "tektoncd";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-VGdYnynEm0ShG96W0uKiWBbUy/EitX3od5Nnho6T0pg="; sha256 = "sha256-AmJN7hnYuhxYNG/qs7yv3phhffYKVaM8f7irhi9wRfA=";
}; };
vendorSha256 = null; vendorSha256 = null;