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

tektoncd-cli: 0.32.0 -> 0.32.1
This commit is contained in:
Nick Cao 2023-10-20 08:15:57 -04:00 committed by GitHub
commit 2613858fcc
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.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Ilue0stXko8bkMMzXEHrdgJYIV5ZcI39hwFUya8X4ac=";
sha256 = "sha256-qxKWyNQRWc0krdIfG6Mkn8ZZSkCkb0V41nIUsN5azGo=";
};
vendorHash = null;