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
commit 0108f8d6f4
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.31.2";
version = "0.32.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-QBJ8UoR61XOFT6u5glpL+DHaj5Kyqq73r0pyteINQNA=";
sha256 = "sha256-Ilue0stXko8bkMMzXEHrdgJYIV5ZcI39hwFUya8X4ac=";
};
vendorHash = null;