File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This repository uses GitHub Actions to automatically update all packages and fla
5656#### claude-code-acp
5757
5858- ** Description** : An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)
59- - ** Version** : 0.10.2
59+ - ** Version** : 0.10.3
6060- ** Source** : source
6161- ** License** : Apache-2.0
6262- ** Homepage** : https://github.com/zed-industries/claude-code-acp
Original file line number Diff line number Diff line change 66
77buildNpmPackage rec {
88 pname = "claude-code-acp" ;
9- version = "0.10.2 " ;
9+ version = "0.10.3 " ;
1010
1111 src = fetchFromGitHub {
1212 owner = "zed-industries" ;
1313 repo = "claude-code-acp" ;
1414 rev = "v${ version } " ;
15- hash = "sha256-G1ahJjGw8THuCDmidrPYP8Vr12e91tCYbR4/M39HBYI =" ;
15+ hash = "sha256-f9NGkSH3+4jB5lyol0iQ/EvCvM+vmJLsMrfgxhYeAHA =" ;
1616 } ;
1717
18- npmDepsHash = "sha256-poBDJpgzWLvRu4fN6ToLJJI+Dev9Dynn/mW1OZPP60g=" ;
18+ npmDepsHash = "sha256-I5/f4H/aW+lexBriVZoqIzbhwmdW1eZTMZftoE9XaAs=" ;
19+
20+ # Disable install scripts to avoid platform-specific dependency fetching issues
21+ npmFlags = [ "--ignore-scripts" ] ;
1922
2023 meta = with lib ; {
2124 description = "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)" ;
You can’t perform that action at this time.
0 commit comments