claude-code: 2.1.37 -> 2.1.39 (#489406)

This commit is contained in:
Sandro
2026-02-12 14:54:06 +00:00
committed by GitHub
4 changed files with 23 additions and 23 deletions
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "claude-code";
publisher = "anthropic";
version = "2.1.37";
hash = "sha256-Lc3TNj74BW/M1sK+bz/xw4L5B6KKBUh2uzXckScwPr8=";
version = "2.1.39";
hash = "sha256-8OaNOwG9lRHca/hjqGpmcuY+2OGkv7rPSt0faO72vIc=";
};
postInstall = ''
+16 -16
View File
@@ -1,41 +1,41 @@
{
"version": "2.1.37",
"buildDate": "2026-02-07T18:40:47Z",
"version": "2.1.39",
"buildDate": "2026-02-10T21:13:30Z",
"platforms": {
"darwin-arm64": {
"binary": "claude",
"checksum": "00ed10afb7a562440773de31284568ce9c33385d79d3a912a12af262aefd130e",
"size": 181423280
"checksum": "d8d7a2b996a691036a53933a259a532254a400934aee452e289e1f4443026d82",
"size": 182876336
},
"darwin-x64": {
"binary": "claude",
"checksum": "5ad9639bf34affa47066fb98f2d7ad7b0f236009744d309077b194d896fc011d",
"size": 186482592
"checksum": "2cba24a410a5226f9750b8fe7e83dbe9a61485ef9b0eb286b0b00438aa990d05",
"size": 187935648
},
"linux-arm64": {
"binary": "claude",
"checksum": "d725cc73060f400a7ac03a769969397daec9d411dbd5b1c7bb1fa60427bf657e",
"size": 218584946
"checksum": "8f66e02a5be8a620e286f6e634fb424b5ac065731b048af3d745cf719b2c7851",
"size": 220025668
},
"linux-x64": {
"binary": "claude",
"checksum": "f967a4d06e16a32436b6329e2dbed459a9fa4d34f07635a1fb271b74f706c91f",
"size": 221426063
"checksum": "68e4775b293d95e06d168581c523fc5c1523968179229d31a029f285b2aceaff",
"size": 222867057
},
"linux-arm64-musl": {
"binary": "claude",
"checksum": "8b1852e9922ecb67a6eef467d5d8f4408d58d71e51c785e155cd0c8efe417754",
"size": 211768338
"checksum": "82055ce3ec2bbcfcd11b8eae4b6f08226dfad29b10ac8b6231feb59e55b8730d",
"size": 213209060
},
"linux-x64-musl": {
"binary": "claude",
"checksum": "df4f2a657f4e5c21b1907d7fb10a36622aced68d5ac4c94e709862298d1e2aac",
"size": 213926119
"checksum": "ab8161c8102f031de34f617648d250432433fbf6c2945cbe5a6bd09a841fd5b6",
"size": 215367113
},
"win32-x64": {
"binary": "claude.exe",
"checksum": "8a54bdc2c7d60e84b92f5aeedb9b66791006cfff992415e58e15a6df52842859",
"size": 231153824
"checksum": "f0357538ba50c80d02deb44a9aa4e02e577b34158284edeca99f5d9ba1183fc9",
"size": 232531616
}
}
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@anthropic-ai/claude-code",
"version": "2.1.37",
"version": "2.1.39",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@anthropic-ai/claude-code",
"version": "2.1.37",
"version": "2.1.39",
"license": "SEE LICENSE IN README.md",
"bin": {
"claude": "cli.js"
+3 -3
View File
@@ -15,14 +15,14 @@
}:
buildNpmPackage (finalAttrs: {
pname = "claude-code";
version = "2.1.37";
version = "2.1.39";
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
hash = "sha256-ijyZCT4LEEtXWOBds8WzizcfED9hVgaJByygJ4P4Yss=";
hash = "sha256-NLLiaJkU91ZnEcQUWIAX9oUTt+C5fnWXFFPelTtWmdo=";
};
npmDepsHash = "sha256-2if3LsTEnC2OQjEgojqgzs8YOXdpoqJijEmVlxmEfzw=";
npmDepsHash = "sha256-VWw1bYkFch95JDlOwKoTAQYOr8R80ICJ8QUI4E64W7o=";
strictDeps = true;