chore: bump claude-code to version 1.0.31

- Updated `@anthropic-ai/claude-code` dependency from 1.0.11 to 1.0.31.
- Adjusted hashes in `package.nix` to match the new version.
This commit is contained in:
Harald Hoyer 2025-06-23 09:32:20 +02:00
parent ca4ee05900
commit 925c991a11
2 changed files with 7 additions and 7 deletions

View file

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "claude-code";
version = "1.0.11";
version = "1.0.31";
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-IXNBNjt4Sh5pR+Cz2uEZcCop9reAmQ7hObohtN0f3Ww=";
hash = "sha256-DrjR1LHnLXk2cW3zXO1jxc3octITMq6t28E2KJHBxZE=";
};
npmDepsHash = "sha256-p5FQBBlMNcRBYKIkeeETyup5zKr2Rcxu/Jw+kFwQrHA=";
npmDepsHash = "sha256-I3yjsxYXb9PzWb1pSDI40s17AJP9bnQZld5rH5bwwgE=";
postPatch = ''
cp ${./package-lock.json} package-lock.json