claude-code: 1.0.33 -> 1.0.35

This commit is contained in:
Paul Myjavec
2025-06-26 07:24:04 +00:00
parent 701ee4e4f4
commit 4033bd5e65
+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=";