Commit 99b135bc authored by Bilgi Lovelace's avatar Bilgi Lovelace
Browse files

claude-code: 2.1.111 -> 2.1.112

parent 6c97c632
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@anthropic-ai/claude-code",
  "version": "2.1.111",
  "version": "2.1.112",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@anthropic-ai/claude-code",
      "version": "2.1.111",
      "version": "2.1.112",
      "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.111";
  version = "2.1.112";

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

  npmDepsHash = "sha256-6f68qUMnDk6tn+qypVi8bPtNrxbtcf15tHrgtlhEaK4=";
  npmDepsHash = "sha256-bdkej9Z41GLew9wi1zdNX+Asauki3nT1+SHmBmaUIBU=";

  strictDeps = true;