claude-code: 1.0.30 -> 1.0.33 (#419510)

authored by Casey Link and committed by GitHub 8a152de8 90fd47ff

+7 -7
+4 -4
pkgs/by-name/cl/claude-code/package-lock.json
··· 6 "packages": { 7 "": { 8 "dependencies": { 9 - "@anthropic-ai/claude-code": "^1.0.30" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 - "version": "1.0.30", 14 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.30.tgz", 15 - "integrity": "sha512-qIs92Cq3hFwn9/lZBta+wWJfGoQsrbFuiVm0bkurwGKxaJV69Ibr6hYfSU/lIKLcbvSygkZ/tWRxFQt44gnFhQ==", 16 "hasInstallScript": true, 17 "license": "SEE LICENSE IN README.md", 18 "bin": {
··· 6 "packages": { 7 "": { 8 "dependencies": { 9 + "@anthropic-ai/claude-code": "^1.0.33" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 + "version": "1.0.33", 14 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.33.tgz", 15 + "integrity": "sha512-rKQ1C0+iSV/bS4LVfyCt2FIkIc8MnFi5EbmRAXEunNkXLCQLHfXjsqx7cLOy7c11vZwGkyf/wEp5LwaDQHdjCQ==", 16 "hasInstallScript": true, 17 "license": "SEE LICENSE IN README.md", 18 "bin": {
+3 -3
pkgs/by-name/cl/claude-code/package.nix
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 - version = "1.0.30"; 11 12 nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin 13 14 src = fetchzip { 15 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 16 - hash = "sha256-DwzSXpDrNV8FhfqrRQ3OK/LjmiXd+VHEW91jnyds2P4="; 17 }; 18 19 - npmDepsHash = "sha256-M6H6A4i4JBqcFTG/ZkmxpINa4lw8sO5+iu2YcBqmvi4="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 + version = "1.0.33"; 11 12 nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin 13 14 src = fetchzip { 15 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 16 + hash = "sha256-AH/ZokL0Ktsx18DrpUKgYrZKdBnKo29jntwXUWspH8w="; 17 }; 18 19 + npmDepsHash = "sha256-oHSePK/QiAHP+2Fn+yUf66TcRGCoZg3mrI4x7S/nbCc="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json