claude-code: 0.2.35 -> 0.2.39

This commit is contained in:
Malo Bourgon
2025-03-13 10:45:32 -07:00
parent f856d7df2c
commit 5e7cbfb902
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,13 +5,13 @@
"packages": {
"": {
"dependencies": {
"@anthropic-ai/claude-code": "^0.2.35"
"@anthropic-ai/claude-code": "^0.2.39"
}
},
"node_modules/@anthropic-ai/claude-code": {
"version": "0.2.35",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.35.tgz",
"integrity": "sha512-OTCLa2kvtbYJ2tDbKNxZ7N2kUMXGXTIzr5DW18zYSMMu5RpOLyL+A/DfKXNgcvri76ttttj7lcQRLmQ0pCqZDA==",
"version": "0.2.39",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.39.tgz",
"integrity": "sha512-Gil5H8Ejv6ZMGL/HVsIF85bUX6YDdqEz7kmCTletx9RHGyttgrwMtaN5SI+r3gSu1T3iKyiAGSzxbCWv/id+Hg==",
"hasInstallScript": true,
"license": "SEE LICENSE IN README.md",
"bin": {
+3 -3
View File
@@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "claude-code";
version = "0.2.35";
version = "0.2.39";
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
hash = "sha256-j1N2Q8Na3Y8gnB0Y6KQgN7tNwK/i+H7608GMwpCNG6Q=";
hash = "sha256-T/Z/P91y96JZcWUeupKTEIrwXv8sOqzBi0Z/MzAMD+g=";
};
npmDepsHash = "sha256-kv2p5acCAkY1xty+9KQWgmxQ+rJGTRZaU5tsoG8vqCY=";
npmDepsHash = "sha256-1eTO6LPIzmSAISRz27BlsnlJQsoyTiOKmyjq5YjqhYA=";
postPatch = ''
cp ${./package-lock.json} package-lock.json