tektoncd-cli: 0.41.0 -> 0.41.1 (#425090)

This commit is contained in:
Nick Cao 2025-07-15 13:26:04 -04:00 committed by GitHub
commit cb88c4b8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.41.0";
version = "0.41.1";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-X+zFYPoHf8Q1K0bLjrsnwOZxxAeJCzgKqmr3FYK5AKA=";
sha256 = "sha256-AxE7Dom40xL+f2VXz9zlAZYFfW/iCbR9EdHfuCu8z7M=";
};
vendorHash = null;