Commit 745e31d8 authored by ZHAO Jin-Xiang's avatar ZHAO Jin-Xiang
Browse files

claude-code: 1.0.126 -> 1.0.128

parent 251fcb23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "claude-code";
    publisher = "anthropic";
    version = "1.0.124";
    hash = "sha256-pqm1A8ckV38fZE6h5HKxoU3k3T4volSbmsmOZ8F6aHQ=";
    version = "1.0.127";
    hash = "sha256-wR8iBlHUSb0/vEWDqDSzHpbZPHr2Nfzw/xXGccDi+28=";
  };

  meta = {
+4 −10
Original line number Diff line number Diff line
{
  "name": "claude-code",
  "version": "1.0.17",
  "name": "@anthropic-ai/claude-code",
  "version": "1.0.128",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "dependencies": {
        "@anthropic-ai/claude-code": "^1.0.126"
      }
    },
    "node_modules/@anthropic-ai/claude-code": {
      "version": "1.0.126",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.126.tgz",
      "integrity": "sha512-DvzpL0LLB5nXRgJi4h+peDVys8sjfy5/QJMiketpqUd9SebTE673KnZ28lwEY4s944t/ywA80oNaJLXHMbqfcQ==",
      "name": "@anthropic-ai/claude-code",
      "version": "1.0.128",
      "license": "SEE LICENSE IN README.md",
      "bin": {
        "claude": "cli.js"
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildNpmPackage (finalAttrs: {
  pname = "claude-code";
  version = "1.0.126";
  version = "1.0.128";

  nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin

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

  npmDepsHash = "sha256-m+GYa3uPfkUDV+p95uQToY3n/k0JG8hbppBn0GUeV+8=";
  npmDepsHash = "sha256-Ynoj85a/F9Jv4w2vRDnGqn/G6zkaPesNQNEdqAE5zOo=";

  postPatch = ''
    cp ${./package-lock.json} package-lock.json