tektoncd-cli: 0.41.1 -> 0.42.0

This commit is contained in:
R. Ryantm
2025-08-22 08:29:49 +00:00
parent 4e49fa427e
commit 32fc6b5225
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.41.1";
version = "0.42.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-AxE7Dom40xL+f2VXz9zlAZYFfW/iCbR9EdHfuCu8z7M=";
sha256 = "sha256-WB3XsXT8bXo2GpHC6hGKilRwloy31y18JD09cQklsV0=";
};
vendorHash = null;