Skip to content

Commit fd3aef9

Browse files
claude-code: 0.2.41 -> 0.2.45 (#390618)
2 parents b488f5c + e1a0896 commit fd3aef9

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
@@ -6,14 +6,14 @@
66

77
buildNpmPackage rec {
88
pname = "claude-code";
9-
version = "0.2.41";
9+
version = "0.2.45";
1010

1111
src = fetchzip {
1212
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
13-
hash = "sha256-HxPdULdggaFeNkRnrqIU2Y7HC6F8UdqRLTl8QiLV8wg=";
13+
hash = "sha256-N0ZJ+DxjT4Xtmd+zE/AXJTaj8c+RnR4umepgWUTh2XE=";
1414
};
1515

16-
npmDepsHash = "sha256-VcB39pBEVF0PFOPDZVS6FH2UpSrIATjGueoZAxb33DA=";
16+
npmDepsHash = "sha256-agHCUnVCyqOF85x5tECPlQnV5wNmzIo5gipnVVMKnZE=";
1717

1818
postPatch = ''
1919
cp ${./package-lock.json} package-lock.json

0 commit comments

Comments
 (0)