diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-11 23:39:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-11 23:39:24 +0900 |
| commit | 48c0a674e74c07e31eaf0789f117fd03a05eabed (patch) | |
| tree | d6e5d3060060a176320077f7ffdbacd9f2888bc0 /pkgs/claude-code/default.nix | |
| parent | 2193bd8ca42c86d5664369886b5808179b76c07f (diff) | |
| download | nur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.tar.gz nur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.tar.zst nur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.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 b5bf97b..f682bfa 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.108"; + version = "1.0.111"; 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-PHTT5kb6/MuxqqMWXwqdmpI+4ZSubRUNDp/ENEjcFBE="; + hash = "sha256-yA+ttxG2KH2WFeMI0YzVqgbs4kblZRkpw/owpdIqH1E="; }; - npmDepsHash = "sha256-pjdTM39Rmjarm97SKjwMLCLYZFc76aVqPJCxagQkzJo="; + npmDepsHash = "sha256-U6TyDMzBPJfGni1tsoj5blmNLacvRkKHJF8oLeKzDdU="; postPatch = '' cp ${./package-lock.json} package-lock.json |
