diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-02 00:10:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-02 00:10:31 +0900 |
| commit | 3f168310456ae99d8dec1dda099681911c63619b (patch) | |
| tree | 61d96e0d3781683988537532c560ada021b9d000 /pkgs/claude-code/default.nix | |
| parent | 7277a06c546377a2e244b23284dcd14703b14bba (diff) | |
| download | nur-packages-3f168310456ae99d8dec1dda099681911c63619b.tar.gz nur-packages-3f168310456ae99d8dec1dda099681911c63619b.tar.zst nur-packages-3f168310456ae99d8dec1dda099681911c63619b.zip | |
feat(claude-code): update
Diffstat (limited to 'pkgs/claude-code/default.nix')
| -rw-r--r-- | pkgs/claude-code/default.nix | 6 |
1 files changed, 3 insertions, 3 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 |
