feat(claude-code): update to version 2.0.50
- Bumped package version from 2.0.36 to 2.0.50. - Updated package source hash and npmDeps hash to match the new version. - Refreshed `package-lock.json` with the updated version.
This commit is contained in:
parent
7883fe4221
commit
0d2b7bd942
2 changed files with 5 additions and 5 deletions
|
|
@ -7,14 +7,14 @@
|
|||
}:
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "claude-code";
|
||||
version = "2.0.36";
|
||||
version = "2.0.50";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
|
||||
hash = "sha256-6tbbCaF1HIgdk1vpbgQnBKWghaKKphGIGZoXtmnhY2I=";
|
||||
hash = "sha256-mZQkqeL/F/9u5esy1j1pUjcyzeaShREx+vMuvZ5Zrz8=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-hgIWGAXqT517B+v/M15acseSf9NJGeHk2G4gZozFssw=";
|
||||
npmDepsHash = "sha256-/5Qh99vAcTiFz6FrzJgm26RserqxVjLYqOOx5q5hkgc=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue