Skip to content

Commit 431c728

Browse files
authored
claude-code: 0.2.56 -> 0.2.57 (NixOS#395178)
2 parents f680a9e + 956496a commit 431c728

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

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

16-
npmDepsHash = "sha256-h7iO6IZLKo1ifXykBm89CAmVe4K3DaewQ4gQekM9xmM=";
16+
npmDepsHash = "sha256-GcYiQLcqWCAHL7FkD7M0YQV9ksgn8fo2Sb68x5/dA8k=";
1717

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

0 commit comments

Comments
 (0)