diff options
Diffstat (limited to 'pkgs/claude-code')
| -rw-r--r-- | pkgs/claude-code/default.nix | 6 | ||||
| -rw-r--r-- | 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 d18c178..6e4c05f 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.61"; + version = "1.0.65"; 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-K10rlFGi2KH65VE0kiBY1lU16xkMPV24/GSD6OjU3v0="; + hash = "sha256-Ch55xuJZJ0LXDTIlC7Ya381jqeGJzYC5IDEY0hS76/M="; }; - npmDepsHash = "sha256-8Wt8+ZVMSESULguBME/TMMbTUXH3Soha3RTHWs1rBow="; + npmDepsHash = "sha256-iekpD6RTMRHaV2ifogoestwpq3W+JkesjGVlhtGwHQQ="; 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 a80dbd6..f90a256 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.61" + "@anthropic-ai/claude-code": "^1.0.65" } }, "node_modules/@anthropic-ai/claude-code": { - "version": "1.0.61", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.61.tgz", - "integrity": "sha512-+gjKzY1hsWfHoH52SgKR6E0ujCDPyyRsjyRShtZfS0urKd8VQq3D/DF3hvT3P4JJeW0YuWp5Dep0aSRON+/FFA==", + "version": "1.0.65", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.65.tgz", + "integrity": "sha512-MUpHFOzdx8EKw3DogQObsL5nseXbMInGHInqRyMVBf2/aLnD4IHEFOuyR5SfnINI9E8lEiqIOy0p3muu60j3uA==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" |
