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

tektoncd-cli: 0.23.0 -> 0.23.1
This commit is contained in:
Bobby Rong
2022-03-26 22:22:26 +08:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-rzKEjLjX2bPqgNGJYdyTuu15+9bq9WnsrJtsBzL/oOo=";
sha256 = "sha256-fOq67Cxtb2A9Obh2o5/aFy5bYBnyFKYQDPcpxOXMy1s=";
};
vendorSha256 = null;