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
8
overlays/unstable/claude-code/package-lock.json
generated
8
overlays/unstable/claude-code/package-lock.json
generated
|
@ -5,13 +5,13 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@anthropic-ai/claude-code": "^0.2.114"
|
||||
"@anthropic-ai/claude-code": "^0.2.124"
|
||||
}
|
||||
},
|
||||
"node_modules/@anthropic-ai/claude-code": {
|
||||
"version": "0.2.114",
|
||||
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.114.tgz",
|
||||
"integrity": "sha512-Wa+5VcY0jTWAuwBjguPzER5qNXpaT2Ye2ssaCADrWjWHv1gRp9OEtnX8mYPypywyB6rmKeMzioMDrtHAW3VD0w==",
|
||||
"version": "0.2.124",
|
||||
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.124.tgz",
|
||||
"integrity": "sha512-W/sPzrDhZq/M6vOK0SsWBWbHZ1SMsstq+tPjNCz10e7l6QVrCxfSSHAKIJRgmXAJRl5cEAt2pcu4Wor0cGimbA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "SEE LICENSE IN README.md",
|
||||
"bin": {
|
||||
|
|
|
@ -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…
Reference in a new issue