claude-code: 0.2.14 -> 0.2.19

This commit is contained in:
Malo Bourgon 2025-02-27 12:47:32 -08:00
parent 9c9e6f02cd
commit 70edb92e41
2 changed files with 8 additions and 10 deletions

View File

@ -5,17 +5,15 @@
"packages": {
"": {
"dependencies": {
"@anthropic-ai/claude-code": "^0.2.14"
"@anthropic-ai/claude-code": "^0.2.19"
}
},
"node_modules/@anthropic-ai/claude-code": {
"version": "0.2.14",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.14.tgz",
"integrity": "sha512-p729wIUq9/K/TecpE64nzWKEZJ1qddn20eQg1nUoMdEQtwWjwWYiecwJ6lDxCmNRWr0ukC7ovu0Kgtmh+uOPYg==",
"version": "0.2.19",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.19.tgz",
"integrity": "sha512-3A9K8438+eYysRjdq2NLGkyETwKOR5CIKh/I03kMahRFnB3h/YwL/b9M1JX38qR1Chna1hNgZRurFOK9Z+pofg==",
"hasInstallScript": true,
"license": "SEE LICENSE IN README.md",
"os": [
"!win32"
],
"bin": {
"claude": "cli.mjs"
},

View File

@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "claude-code";
version = "0.2.14";
version = "0.2.19";
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
hash = "sha256-Q/+Wa3RhY2XZc/0afAvCczLtnSVjoAWvhf2VEDHk+D8=";
hash = "sha256-6uCywxu8ji7+Hx/qqxf5IgvifFKwkBn1O/JtFk8wUQE=";
};
npmDepsHash = "sha256-61JgKMXN03LIWcCi9CrSGhtOUJmRurnSSdt2iYHYkEs=";
npmDepsHash = "sha256-SjQ0fNAqqESQjXImIrY2hq065MXofJP6n9MyjQnMXeI=";
postPatch = ''
cp ${./package-lock.json} package-lock.json