tektoncd-cli: 0.44.1 -> 0.45.0

This commit is contained in:
R. Ryantm
2026-05-12 13:08:46 +00:00
parent 604b7b4b92
commit 8d944bd96c
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "tektoncd-cli";
version = "0.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
tag = "v${finalAttrs.version}";
sha256 = "sha256-99DqW4nZFTKuGOa7f/xU+5wyaIxx5yoGJMKgCbnWWLU=";
sha256 = "sha256-2n/RBMy3mkG9F9PtFaZ1TCyW9MYbGF1nr6GgL+ps7ok=";
};
vendorHash = null;