Commit 89f72f45 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

claude-code: 0.2.9 -> 0.2.14

parent 72296a5f
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -5,14 +5,17 @@
  "packages": {
    "": {
      "dependencies": {
        "@anthropic-ai/claude-code": "^0.2.9"
        "@anthropic-ai/claude-code": "^0.2.14"
      }
    },
    "node_modules/@anthropic-ai/claude-code": {
      "version": "0.2.9",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.9.tgz",
      "integrity": "sha512-UGSEQbgDvhlEXC8rf5ASDXRSaq6Nfd4owY7k9bDdRhX9N5q8cMN+5vfTN1ezZhBcRFMOnpEK4eRSEgXW3eDeOQ==",
      "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==",
      "license": "SEE LICENSE IN README.md",
      "os": [
        "!win32"
      ],
      "bin": {
        "claude": "cli.mjs"
      },
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "claude-code";
  version = "0.2.9";
  version = "0.2.14";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
    hash = "sha256-NB+pfpXrjTvvs4o81dsLhyOCvDBCF6ANkAgTnxCaF9Q=";
    hash = "sha256-Q/+Wa3RhY2XZc/0afAvCczLtnSVjoAWvhf2VEDHk+D8=";
  };

  npmDepsHash = "sha256-2v9wCcaOgA3RezX/pnqigsn6XhKcqP2adM2IGRhiHgc=";
  npmDepsHash = "sha256-61JgKMXN03LIWcCi9CrSGhtOUJmRurnSSdt2iYHYkEs=";

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