chore: upgrade @anthropic-ai/claude-code to v0.2.124
Updated the @anthropic-ai/claude-code dependency from v0.2.114 to v0.2.124 in package-lock.json and package.nix. Adjusted associated hashes to ensure compatibility with the new version.
This commit is contained in:
parent
f77bad4bf0
commit
3c929f2c5a
2 changed files with 7 additions and 7 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "claude-code";
|
||||
version = "0.2.114";
|
||||
version = "0.2.124";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
|
||||
hash = "sha256-el6pRQaMczBTrpC+LA2i60BjEWe50WTZ1vogsCGi/y0=";
|
||||
hash = "sha256-yKosjs+peqk83UWZ1nx5RO1Gp6HjcFisAqIo7Cmo8fo=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-291F5Tq+JhlVETy1X4rMDgWlt/0//bjY+0WPUyQk3Sg=";
|
||||
npmDepsHash = "sha256-sUhpdjkLW/wI6zCIKkfcomYccwJw3S5q0FLGfUB7API=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue