Merge pull request #176705 from 06kellyjac/tektoncd-cli

tektoncd-cli: 0.23.1 -> 0.24.0
This commit is contained in:
Bobby Rong 2022-06-09 20:43:45 +08:00 committed by GitHub
commit c91d79db4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.23.1";
version = "0.24.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-fOq67Cxtb2A9Obh2o5/aFy5bYBnyFKYQDPcpxOXMy1s=";
sha256 = "sha256-mrTtg60LZpRONrEhX53EhSYpfdfGMvPK4WhTHeAKsoQ=";
};
vendorSha256 = null;