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
4
overlays/unstable/claude-code/package-lock.json
generated
4
overlays/unstable/claude-code/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@anthropic-ai/claude-code",
|
"name": "@anthropic-ai/claude-code",
|
||||||
"version": "2.0.36",
|
"version": "2.0.50",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@anthropic-ai/claude-code",
|
"name": "@anthropic-ai/claude-code",
|
||||||
"version": "2.0.36",
|
"version": "2.0.50",
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"bin": {
|
"bin": {
|
||||||
"claude": "cli.js"
|
"claude": "cli.js"
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@
|
||||||
}:
|
}:
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "claude-code";
|
pname = "claude-code";
|
||||||
version = "2.0.36";
|
version = "2.0.50";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
|
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 = ''
|
postPatch = ''
|
||||||
cp ${./package-lock.json} package-lock.json
|
cp ${./package-lock.json} package-lock.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue