claude-code: 1.0.11 -> 1.0.17 (#414599)

authored by Pol Dellaiera and committed by GitHub caebc39b 3172e821

+8 -7
+5 -4
pkgs/by-name/cl/claude-code/package-lock.json
··· 1 1 { 2 2 "name": "claude-code", 3 + "version": "1.0.17", 3 4 "lockfileVersion": 3, 4 5 "requires": true, 5 6 "packages": { 6 7 "": { 7 8 "dependencies": { 8 - "@anthropic-ai/claude-code": "^1.0.11" 9 + "@anthropic-ai/claude-code": "^1.0.17" 9 10 } 10 11 }, 11 12 "node_modules/@anthropic-ai/claude-code": { 12 - "version": "1.0.11", 13 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.11.tgz", 14 - "integrity": "sha512-ezYfkSxCiQjReJoBJkayTpzhWRWKmfEy6Ria2TdufBmDR7Kj/iP4IY10M5JOTgB8pw7XfjYpijgnomiFZmVRbg==", 13 + "version": "1.0.17", 14 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.17.tgz", 15 + "integrity": "sha512-+MX/pKOKXG2HLSh7WJIgiILdumqRgcORUX0iSQmAfn+UEoHSYSuFWZWuWBpixaa8W4tiTCC06uN4pgzinCU6jw==", 15 16 "hasInstallScript": true, 16 17 "license": "SEE LICENSE IN README.md", 17 18 "bin": {
+3 -3
pkgs/by-name/cl/claude-code/package.nix
··· 7 7 8 8 buildNpmPackage rec { 9 9 pname = "claude-code"; 10 - version = "1.0.11"; 10 + version = "1.0.17"; 11 11 12 12 nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin 13 13 14 14 src = fetchzip { 15 15 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 16 - hash = "sha256-IXNBNjt4Sh5pR+Cz2uEZcCop9reAmQ7hObohtN0f3Ww="; 16 + hash = "sha256-RxbsAehJ4zIt86ppmMB1MPg/XFrGWuumNdQbT+ytg8A="; 17 17 }; 18 18 19 - npmDepsHash = "sha256-p5FQBBlMNcRBYKIkeeETyup5zKr2Rcxu/Jw+kFwQrHA="; 19 + npmDepsHash = "sha256-tC0OyJ3t4i/CdqKUGIw5Wd9UiLYJECcbDi/suxim0/A="; 20 20 21 21 postPatch = '' 22 22 cp ${./package-lock.json} package-lock.json