tektoncd-cli-pac: 0.37.0 -> 0.38.0 (#447256)

This commit is contained in:
dish
2025-09-30 14:41:14 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "tektoncd-cli-pac";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "openshift-pipelines";
repo = "pipelines-as-code";
tag = "v${finalAttrs.version}";
hash = "sha256-ti8IDslgSPTITrzjVRio1zsV92u505ySr16GfRKxtp8=";
hash = "sha256-ti2IVI6ECXOhSxeeW7ufD1XjsOtr1R2J5Beq/ADRHaA=";
};
vendorHash = null;