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

tektoncd-cli: 0.37.0 -> 0.38.0
This commit is contained in:
Fabián Heredia Montiel 2024-08-23 11:55:46 -06:00 committed by GitHub
commit 714d2e817c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-PoWpNuv3Tw3vjuMRZGcpy6R6OeSYSHy1DMmzE7P2LLY=";
sha256 = "sha256-gg3FhPDXqnn3y/tcvlHTd0t8KxtPGTrN/2buBSVffBg=";
};
vendorHash = null;