tektoncd-cli: 0.42.0 -> 0.43.0 (#463543)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-21 13:02:47 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "tektoncd-cli";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
tag = "v${finalAttrs.version}";
sha256 = "sha256-WB3XsXT8bXo2GpHC6hGKilRwloy31y18JD09cQklsV0=";
sha256 = "sha256-75pyN+Sr5IttqrQYIveePabcuxnx8G48aiP5rw2v/Jo=";
};
vendorHash = null;