claude-code: 1.0.33 -> 1.0.35 (#420133)

This commit is contained in:
Aleksana
2025-06-26 21:00:41 +08:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildNpmPackage rec {
pname = "claude-code";
version = "1.0.33";
version = "1.0.35";
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-AH/ZokL0Ktsx18DrpUKgYrZKdBnKo29jntwXUWspH8w=";
hash = "sha256-Lt79XxHrgy6rPAHBf1QtwjsKnrZmsKFeVFOvHwN4aOY=";
};
npmDepsHash = "sha256-oHSePK/QiAHP+2Fn+yUf66TcRGCoZg3mrI4x7S/nbCc=";