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

tektoncd-cli: 0.31.1 -> 0.31.2
This commit is contained in:
Weijia Wang 2023-09-01 11:34:56 +02:00 committed by GitHub
commit c48f55ac95
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.1";
version = "0.31.2";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-SneGlXEthl/x6n+IlMN6y/ZubgHlfseoV0PS9sGcrTM=";
sha256 = "sha256-QBJ8UoR61XOFT6u5glpL+DHaj5Kyqq73r0pyteINQNA=";
};
vendorHash = null;