Skip to content

Commit 004a276

Browse files
Merge pull request #972 from numtide/update/claude-code-acp
claude-code-acp: 0.10.2 -> 0.10.3
2 parents 3de5252 + d5461d7 commit 004a276

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/claude-code-acp/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66

77
buildNpmPackage 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)";

0 commit comments

Comments
 (0)