tektoncd-cli: 0.43.0 -> 0.44.0 (#493418)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-24 05:06:38 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "tektoncd-cli";
version = "0.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
tag = "v${finalAttrs.version}";
sha256 = "sha256-75pyN+Sr5IttqrQYIveePabcuxnx8G48aiP5rw2v/Jo=";
sha256 = "sha256-wWHrm7V2kKFfgSOV8V6lF76kVJbLL+KVlTZLr5+Hjnw=";
};
vendorHash = null;