aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/claude-code
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-11 23:39:24 +0900
committernsfisis <nsfisis@gmail.com>2025-09-11 23:39:24 +0900
commit48c0a674e74c07e31eaf0789f117fd03a05eabed (patch)
treed6e5d3060060a176320077f7ffdbacd9f2888bc0 /pkgs/claude-code
parent2193bd8ca42c86d5664369886b5808179b76c07f (diff)
downloadnur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.tar.gz
nur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.tar.zst
nur-packages-48c0a674e74c07e31eaf0789f117fd03a05eabed.zip
feat(claude-code): update
Diffstat (limited to 'pkgs/claude-code')
-rw-r--r--pkgs/claude-code/default.nix6
-rw-r--r--pkgs/claude-code/package-lock.json8
2 files changed, 7 insertions, 7 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
diff --git a/pkgs/claude-code/package-lock.json b/pkgs/claude-code/package-lock.json
index 0c419f5..f1d02ff 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.108"
+ "@anthropic-ai/claude-code": "^1.0.111"
}
},
"node_modules/@anthropic-ai/claude-code": {
- "version": "1.0.108",
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.108.tgz",
- "integrity": "sha512-9CsfjFBsv8N8I69yqdmv0Jcp9Xpp+kQIONZRIKpnEtNUZn3Q61vYyaFTliobJPk9M/tmuXjYCh3VEpLHu9Jotw==",
+ "version": "1.0.111",
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.111.tgz",
+ "integrity": "sha512-1aALYgO8JyGtRdsFskB3uZiAUKbx8u2YcGoa55ZGwsczTBBVIy/+jsuOi3bAubqlBzi5/8gfFBwYK5QuA621MA==",
"license": "SEE LICENSE IN README.md",
"bin": {
"claude": "cli.js"