Skip to content

Commit 09e24d2

Browse files
authored
claude-code: 0.2.105 -> 0.2.106 (#405505)
2 parents 1d5036b + 6375cec commit 09e24d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 3 additions & 3 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.105";
10+
version = "0.2.106";
1111

1212
nodejs = nodejs_20;
1313

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

19-
npmDepsHash = "sha256-GewrAlGEDdqfYJgdeCyc/i8KmLruwJYo9FlZN1dNa/g=";
19+
npmDepsHash = "sha256-HZ3d04tLeZkSLACIu79K5QIYpkYNcSyvp07OXIgFdss=";
2020

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

0 commit comments

Comments
 (0)