Skip to content

Commit 2954219

Browse files
authored
claude-code: 0.2.54 -> 0.2.56 (NixOS#393796)
2 parents 4bfec16 + 1748b23 commit 2954219

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.54";
9+
version = "0.2.56";
1010

1111
src = fetchzip {
1212
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
13-
hash = "sha256-zeHaEqcUcxvF0xu2ZViL0m3v8v0UFB/xvBsEWR03F9I=";
13+
hash = "sha256-8zqRRaqa8RFLzJC4MyrSAeK6b5vPxOxa8Q6x0UNlMuY=";
1414
};
1515

16-
npmDepsHash = "sha256-e0vVEtJC1QIlGS6XQA0eMLdd7wFYWRuyC0Ynpu/Iw88=";
16+
npmDepsHash = "sha256-h7iO6IZLKo1ifXykBm89CAmVe4K3DaewQ4gQekM9xmM=";
1717

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

0 commit comments

Comments
 (0)