aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-25 23:42:10 +0900
committernsfisis <nsfisis@gmail.com>2025-08-25 23:42:10 +0900
commitd0e8ac81edbf2d0b8bca2e92a16d6d5452e3117f (patch)
tree5ac7c0f139d0e603fb62ae14b82602d660ea2e81
parentad22bcaf030df08c4b60bc94b290adbad71f7740 (diff)
downloadnur-packages-d0e8ac81edbf2d0b8bca2e92a16d6d5452e3117f.tar.gz
nur-packages-d0e8ac81edbf2d0b8bca2e92a16d6d5452e3117f.tar.zst
nur-packages-d0e8ac81edbf2d0b8bca2e92a16d6d5452e3117f.zip
feat(claude-code): update
-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 d4cb0e1..cd9f68e 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.88";
+ version = "1.0.90";
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-o0A9P0sBB2Fk18CArGGv/QBi55ZtFgoJ2/3gHlDwyEU=";
+ hash = "sha256-dI3nnuN5a8lBsuTVGzEASxqxCKr2KrTpBdEIgk/47Kw=";
};
- npmDepsHash = "sha256-KONgl7DYG8Fj7JM6+hUZBQ+ETTNAPEimdIgseQ1bptQ=";
+ npmDepsHash = "sha256-LinE6hbDhvZ5RlkRSzQMC+JbnmocQRosJLo5aP4p3hE=";
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 03c6638..12f4421 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.88"
+ "@anthropic-ai/claude-code": "^1.0.90"
}
},
"node_modules/@anthropic-ai/claude-code": {
- "version": "1.0.88",
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.88.tgz",
- "integrity": "sha512-Np6H4EjkbmNolUpx98DvqLXV/iJrw2y7dz2rDJ7av9ajMz6HZfB8bdJV5D75+jO+Gk1pvA54HCIm0c65lDrzcw==",
+ "version": "1.0.90",
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.90.tgz",
+ "integrity": "sha512-waC7GC4fnfyiFVFTS7Eo4MAS/iEYpyM67JZFXr+B07bOkjBYtBqXh77+Z/btcyI8NxvUtpnFS0R5FXkU/tKCwg==",
"license": "SEE LICENSE IN README.md",
"bin": {
"claude": "cli.js"