From e6b17756b78cf253479a5b98218c516e5bb06746 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 17 Sep 2025 00:09:43 +0900 Subject: feat(claude-code): update --- pkgs/claude-code/default.nix | 6 +++--- pkgs/claude-code/package-lock.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/claude-code/default.nix b/pkgs/claude-code/default.nix index f682bfa..208f4d7 100644 --- a/pkgs/claude-code/default.nix +++ b/pkgs/claude-code/default.nix @@ -9,16 +9,16 @@ buildNpmPackage rec { pname = "claude-code"; - version = "1.0.111"; + version = "1.0.115"; nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; - hash = "sha256-yA+ttxG2KH2WFeMI0YzVqgbs4kblZRkpw/owpdIqH1E="; + hash = "sha256-pN74V0cFmNjlkTp6qmoOa9z15BhTyM3U6VMi8pTiKcA="; }; - npmDepsHash = "sha256-U6TyDMzBPJfGni1tsoj5blmNLacvRkKHJF8oLeKzDdU="; + npmDepsHash = "sha256-YUKJhBOxUL9hLnwb61sYqcjGIql4drOIku1t3v5c0Zo="; postPatch = '' cp ${./package-lock.json} package-lock.json diff --git a/pkgs/claude-code/package-lock.json b/pkgs/claude-code/package-lock.json index f1d02ff..1f0d949 100644 --- a/pkgs/claude-code/package-lock.json +++ b/pkgs/claude-code/package-lock.json @@ -6,13 +6,13 @@ "packages": { "": { "dependencies": { - "@anthropic-ai/claude-code": "^1.0.111" + "@anthropic-ai/claude-code": "^1.0.115" } }, "node_modules/@anthropic-ai/claude-code": { - "version": "1.0.111", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.111.tgz", - "integrity": "sha512-1aALYgO8JyGtRdsFskB3uZiAUKbx8u2YcGoa55ZGwsczTBBVIy/+jsuOi3bAubqlBzi5/8gfFBwYK5QuA621MA==", + "version": "1.0.115", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.115.tgz", + "integrity": "sha512-scnmcSgtmRM4wUUWr+BfU+krK+m/n4Sxvhu9ePUlYRWklWrYnySvJ1WrAZG6/v9G6vDLDdoKIW7yol8SGnOSqA==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" -- cgit v1.2.3-70-g09d2