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

tektoncd-cli: 0.31.0 -> 0.31.1
This commit is contained in:
Weijia Wang
2023-06-17 16:19:17 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.31.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-LJEdeYVwcmxd7DU/HI0TpWtZ1xUJz4WEnjEfvx5HsZQ=";
sha256 = "sha256-SneGlXEthl/x6n+IlMN6y/ZubgHlfseoV0PS9sGcrTM=";
};
vendorHash = null;