tektoncd-cli: 0.41.0 -> 0.41.1

This commit is contained in:
R. Ryantm 2025-07-14 12:55:36 +00:00
parent e43a656b16
commit 96d97a7405

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;