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

tektoncd-cli: 0.31.2 -> 0.32.0
This commit is contained in:
Fabián Heredia Montiel
2023-09-19 14:37:03 -06:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.31.2";
version = "0.32.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-QBJ8UoR61XOFT6u5glpL+DHaj5Kyqq73r0pyteINQNA=";
sha256 = "sha256-Ilue0stXko8bkMMzXEHrdgJYIV5ZcI39hwFUya8X4ac=";
};
vendorHash = null;