aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/claude-code/default.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-07 23:16:07 +0900
committernsfisis <nsfisis@gmail.com>2025-11-16 02:49:10 +0900
commit4a470634970888ac701462ccff1095e2017229ab (patch)
treeef2cbae42316cba0e62c7cd0c04bf9226c8c6b1a /pkgs/claude-code/default.nix
parentaed8046e9dc3d8516f6d003ac2ff790ff314caf7 (diff)
downloadnur-packages-4a470634970888ac701462ccff1095e2017229ab.tar.gz
nur-packages-4a470634970888ac701462ccff1095e2017229ab.tar.zst
nur-packages-4a470634970888ac701462ccff1095e2017229ab.zip
feat(claude-code): Upgrade to 2.0.35
Diffstat (limited to 'pkgs/claude-code/default.nix')
-rw-r--r--pkgs/claude-code/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/claude-code/default.nix b/pkgs/claude-code/default.nix
index 39944f0..85be3eb 100644
--- a/pkgs/claude-code/default.nix
+++ b/pkgs/claude-code/default.nix
@@ -9,14 +9,14 @@
}:
buildNpmPackage (finalAttrs: {
pname = "claude-code";
- version = "2.0.33";
+ version = "2.0.35";
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
- hash = "sha256-Ng9uJj4STRCKk2ndk7zH3fF/OLZ/cvZSGKH2QRyOFcM=";
+ hash = "sha256-cPy2xudIH1OVVzDlq5YAg1uFu59h6zDOvXpKaJ+fuP8=";
};
- npmDepsHash = "sha256-89+DrE8rG5WPw6J+iw4t1t+1yJKdbaKLDodfP/CsViU=";
+ npmDepsHash = "sha256-07MUZ8i6K/uLodyDM1kFnhGGkRB2uVf88CkbaAVw5jk=";
postPatch = ''
cp ${./package-lock.json} package-lock.json