Remove SHA pin from cockroachdb entry

Let installs follow the repo's default branch instead of a fixed SHA.
Removes the plugin from the weekly SHA-bump rotation and lets developer
updates reach users directly on `claude plugin install`.
This commit is contained in:
Bryan Thompson 2026-04-21 14:32:10 -05:00
parent caa8c1a539
commit 33e62b9bd6
No known key found for this signature in database
GPG Key ID: 1D66D91917EE02E6

View File

@ -364,8 +364,7 @@
"category": "database",
"source": {
"source": "url",
"url": "https://github.com/cockroachdb/claude-plugin.git",
"sha": "2263d09ec5dff0ba4042bb9074c3719d064d934a"
"url": "https://github.com/cockroachdb/claude-plugin.git"
},
"homepage": "https://github.com/cockroachdb/claude-plugin"
},