claude-code: 1.0.109 -> 1.0.113 (#442309)

authored by kirillrdy and committed by GitHub c737e64c c476fd91

+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.109" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 - "version": "1.0.109", 14 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.109.tgz", 15 - "integrity": "sha512-gjj76f/+M5KfI+ORA9VNVJgR7s8eyur66XCWIIO66q4poNWcszxidXo+TDTqokLLwuNV+qFGx4JkK/PDmtwqMA==", 16 "license": "SEE LICENSE IN README.md", 17 "bin": { 18 "claude": "cli.js"
··· 6 "packages": { 7 "": { 8 "dependencies": { 9 + "@anthropic-ai/claude-code": "^1.0.113" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 + "version": "1.0.113", 14 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.113.tgz", 15 + "integrity": "sha512-K/+N/rECfWa1ZauWLD6C/CnX6bxxAck5CFDuK58JjRN8v6QDuJVX7HZcNCanB0ucxEkaczAwvWnEM+UjFQsdqw==", 16 "license": "SEE LICENSE IN README.md", 17 "bin": { 18 "claude": "cli.js"
+3 -3
pkgs/by-name/cl/claude-code/package.nix
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 - version = "1.0.109"; 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-bmva84iO0iDf8V537DX6Ggh1PyjKEkfebx4CSB3f4/U="; 17 }; 18 19 - npmDepsHash = "sha256-jpvy7b4A+E5iI7Y7kYnwH51BZAQGVXKaf3lQjI9e3OM="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 + version = "1.0.113"; 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-N3lKbu3OtF1X65Dr9JghMdgsqQD2RYS/YJUNtPJVyyw="; 17 }; 18 19 + npmDepsHash = "sha256-z+EXesi9nfoTE+eX7BUZv50BzCWSxqKFfvRlJWWdWDU="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json