Skip to content

Commit 0d83cba

Browse files
authored
claude-code: 0.2.106 -> 0.2.107 (NixOS#405725)
2 parents ac1c637 + cdd0ae2 commit 0d83cba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pkgs/by-name/cl/claude-code/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/cl/claude-code/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildNpmPackage rec {
99
pname = "claude-code";
10-
version = "0.2.106";
10+
version = "0.2.107";
1111

12-
nodejs = nodejs_20;
12+
nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin
1313

1414
src = fetchzip {
1515
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
16-
hash = "sha256-hS/aPB4hL1+jeJjIu+ztS2TVLO4lL7IKhBTMXlRO58Y=";
16+
hash = "sha256-R4+TKYhYp4Fyoq02VYSlu7n2XqO3gLtrhUalrkPyBk8=";
1717
};
1818

19-
npmDepsHash = "sha256-HZ3d04tLeZkSLACIu79K5QIYpkYNcSyvp07OXIgFdss=";
19+
npmDepsHash = "sha256-b88YBKHym1AlsUkIcSQ+wGyGC3Fv1U51zM/tkHRVYck=";
2020

2121
postPatch = ''
2222
cp ${./package-lock.json} package-lock.json

0 commit comments

Comments
 (0)