chore(deps): update claude-code to v2.0.11

- Bumped `claude-code` package version from `2.0.1` to `2.0.11`.
- Updated `package-lock.json`, hashes, and dependencies for consistency.
This commit is contained in:
Harald Hoyer 2025-10-09 08:48:40 -06:00
parent ecee6bd93a
commit 1b554f5a46
2 changed files with 7 additions and 7 deletions

View file

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "claude-code";
version = "2.0.1";
version = "2.0.11";
nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
hash = "sha256-LUbDPFa0lY74MBU4hvmYVntt6hVZy6UUZFN0iB4Eno8=";
hash = "sha256-h+xNtaA2X9uFlmQgaRUEXB0utIpC9FT2tn+QnnWMVSs=";
};
npmDepsHash = "sha256-jpvy7b4A+E5iI7Y7kYnwH51BZAQGVXKaf3lQjI9e3OM=";
npmDepsHash = "sha256-JBr3w0rnvqRFwUbdmo6B1MgijiMzXF4VZm7eRpxnVCM=";
postPatch = ''
cp ${./package-lock.json} package-lock.json