chore(sap-hana-cli): bump source SHA to abadd0a (upstream fixed repository field to string)

Upstream SAP-samples/hana-cli-claude-plugin@abadd0a changes plugin.json
`repository` from an object to a string, resolving the validate failure
(repository: expected string, received object) that blocked #1616.
This commit is contained in:
Bryan Thompson 2026-06-22 19:50:31 -05:00
parent d457d41479
commit 286eb1e217
No known key found for this signature in database
GPG Key ID: 1D66D91917EE02E6

View File

@ -2147,7 +2147,7 @@
"source": {
"source": "url",
"url": "https://github.com/SAP-samples/hana-cli-claude-plugin.git",
"sha": "160ae47efaffea2e1dd9d6877ab9ec49b78542a0"
"sha": "abadd0aba32792b6378ed784e9f6d3e5b25dfc2a"
},
"homepage": "https://github.com/SAP-samples/hana-cli-claude-plugin"
},