tektoncd-cli-pac: 0.39.0 -> 0.39.2 (#463253)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-19 18:59:55 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "tektoncd-cli-pac";
version = "0.39.0";
version = "0.39.2";
src = fetchFromGitHub {
owner = "openshift-pipelines";
repo = "pipelines-as-code";
tag = "v${finalAttrs.version}";
hash = "sha256-39jVFnLEUQHakVcSkrjrTRANp6D8FAoy+kIGi/QL5gk=";
hash = "sha256-iGa4aemterN59wLQCzg8RMl2z71obabQ5GTwz7I/mPs=";
};
vendorHash = null;