mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-06-15 07:06:07 -03:00
Merge pull request #2155 from anthropics/fix-nvidia-skills-sha
fix(nvidia-skills): add missing source.sha (validator invariant I5; unblocks all PRs touching marketplace.json)
This commit is contained in:
commit
9f6eae5114
@ -1664,7 +1664,8 @@
|
|||||||
"source": "git-subdir",
|
"source": "git-subdir",
|
||||||
"url": "https://github.com/NVIDIA/skills.git",
|
"url": "https://github.com/NVIDIA/skills.git",
|
||||||
"path": "plugins/nvidia-skills",
|
"path": "plugins/nvidia-skills",
|
||||||
"ref": "main"
|
"ref": "main",
|
||||||
|
"sha": "62b685a20ac45285cafd1e22782abbed33172c17"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/NVIDIA/skills"
|
"homepage": "https://github.com/NVIDIA/skills"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user