Unverified Commit 467a0604 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

claude-code: 2.1.83 -> 2.1.84 (#503622)

parents 604dc1c8 f075fff2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "claude-code";
    publisher = "anthropic";
    version = "2.1.83";
    hash = "sha256-5Qo2Pm0YWlkesdJPqWp8bsA5nE2kOT7lVhMbUvQVY0I=";
    version = "2.1.84";
    hash = "sha256-WIpgj3qZN/YtX0zTpcw5gKktD+D9MnbrVGSVbvD9MnQ=";
  };

  postInstall = ''
+18 −18
Original line number Diff line number Diff line
{
  "version": "2.1.83",
  "buildDate": "2026-03-25T05:20:36Z",
  "version": "2.1.84",
  "buildDate": "2026-03-25T23:54:35Z",
  "platforms": {
    "darwin-arm64": {
      "binary": "claude",
      "checksum": "43246a9ff21de27c517f48af52c9d510c9e6e70bd90b115d80b9c690c515ae0d",
      "size": 199115504
      "checksum": "c02d911ff13f8ceccb1f6662bf211f3cd9f29d5a46f031c3cc40654eb759aa29",
      "size": 203606768
    },
    "darwin-x64": {
      "binary": "claude",
      "checksum": "bd16eefc5f7ba3d1b791e311f4d5b24ac3174588110a38db1c88c1b51dc88214",
      "size": 200708688
      "checksum": "da5ed2ee1b0bcf65c2088e79bc65388ec85edc41041fc6ca7c27330f2e201085",
      "size": 205199952
    },
    "linux-arm64": {
      "binary": "claude",
      "checksum": "660bddb82c06a69bef8e468ffb8dd2354212bb76de122fe5d67393564b932de9",
      "size": 233704000
      "checksum": "5c868174b44439e51c74ff084c306856c41779615250d5bbdaa5d10056362814",
      "size": 235473472
    },
    "linux-x64": {
      "binary": "claude",
      "checksum": "ff79cd5d152017326f661309bbffbefc954f02a195fb232ada152d812e476e66",
      "size": 233863808
      "checksum": "c6872aa8db94f303bc6a4482664e40d3288dfc989c89ba268473ed32e3055878",
      "size": 235657856
    },
    "linux-arm64-musl": {
      "binary": "claude",
      "checksum": "23396cad38d89cbce1fc739e2443e25a1b9bf9036964f5d2c82ae0d266f0b727",
      "size": 226822592
      "checksum": "6e42aee87a00ab8e6fb3db3fc409ab969f12758bacc2a0c9f622d8e97445a0a8",
      "size": 228592064
    },
    "linux-x64-musl": {
      "binary": "claude",
      "checksum": "d0c301132fa0a3447c8442fc4a92076e042c2acd849e48d93ccf1192fa03d75e",
      "size": 228489664
      "checksum": "0109e76af6261f6fd37ae1deefc7ee3bc58b0ad786086d198a981275979c549a",
      "size": 230283712
    },
    "win32-x64": {
      "binary": "claude.exe",
      "checksum": "24cd40c12e7d62faef9d1aead2d27bb8e9f45fb3445eaded05010bbf72e637d5",
      "size": 243462304
      "checksum": "64b28630ec4f4aaa6cc0e225379cf59cdb95828cbb4ce700a0ae4401b1999ecd",
      "size": 245196960
    },
    "win32-arm64": {
      "binary": "claude.exe",
      "checksum": "8c6692a1e83b9baafbe405b11c62003dec03aa606623e59483bac772ab0f4730",
      "size": 239616160
      "checksum": "e7f5d18d470f0345ee18bb368f8ea7d43e791e17f0de7b69cdc40e42a9a9398e",
      "size": 241350304
    }
  }
}
+2 −2
Original line number Diff line number Diff line
{
  "name": "@anthropic-ai/claude-code",
  "version": "2.1.83",
  "version": "2.1.84",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@anthropic-ai/claude-code",
      "version": "2.1.83",
      "version": "2.1.84",
      "license": "SEE LICENSE IN README.md",
      "bin": {
        "claude": "cli.js"
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "claude-code";
  version = "2.1.83";
  version = "2.1.84";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
    hash = "sha256-tRrJ1UuolwI9d7ZOvBml0xJ9yZ3u57vGBfvF69artI8=";
    hash = "sha256-sUlqdQS8d9vha94d+/mwn+V88fiR0pzZBWezjM8Zl3Y=";
  };

  npmDepsHash = "sha256-ll47m1mgOur+cbx8MkNRttSUCXyKKG5ZlceH1lhC5Y0=";
  npmDepsHash = "sha256-RLgZhPnk0KrQGoULsSDPXddF2REcpakq7DmBXE2/7N0=";

  strictDeps = true;