Loading pkgs/by-name/cl/claude-code/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^1.0.109" "@anthropic-ai/claude-code": "^1.0.113" } }, "node_modules/@anthropic-ai/claude-code": { "version": "1.0.109", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.109.tgz", "integrity": "sha512-gjj76f/+M5KfI+ORA9VNVJgR7s8eyur66XCWIIO66q4poNWcszxidXo+TDTqokLLwuNV+qFGx4JkK/PDmtwqMA==", "version": "1.0.113", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.113.tgz", "integrity": "sha512-K/+N/rECfWa1ZauWLD6C/CnX6bxxAck5CFDuK58JjRN8v6QDuJVX7HZcNCanB0ucxEkaczAwvWnEM+UjFQsdqw==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" Loading pkgs/by-name/cl/claude-code/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "claude-code"; version = "1.0.109"; version = "1.0.113"; 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-bmva84iO0iDf8V537DX6Ggh1PyjKEkfebx4CSB3f4/U="; hash = "sha256-N3lKbu3OtF1X65Dr9JghMdgsqQD2RYS/YJUNtPJVyyw="; }; npmDepsHash = "sha256-jpvy7b4A+E5iI7Y7kYnwH51BZAQGVXKaf3lQjI9e3OM="; npmDepsHash = "sha256-z+EXesi9nfoTE+eX7BUZv50BzCWSxqKFfvRlJWWdWDU="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading Loading
pkgs/by-name/cl/claude-code/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^1.0.109" "@anthropic-ai/claude-code": "^1.0.113" } }, "node_modules/@anthropic-ai/claude-code": { "version": "1.0.109", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.109.tgz", "integrity": "sha512-gjj76f/+M5KfI+ORA9VNVJgR7s8eyur66XCWIIO66q4poNWcszxidXo+TDTqokLLwuNV+qFGx4JkK/PDmtwqMA==", "version": "1.0.113", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.113.tgz", "integrity": "sha512-K/+N/rECfWa1ZauWLD6C/CnX6bxxAck5CFDuK58JjRN8v6QDuJVX7HZcNCanB0ucxEkaczAwvWnEM+UjFQsdqw==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" Loading
pkgs/by-name/cl/claude-code/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "claude-code"; version = "1.0.109"; version = "1.0.113"; 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-bmva84iO0iDf8V537DX6Ggh1PyjKEkfebx4CSB3f4/U="; hash = "sha256-N3lKbu3OtF1X65Dr9JghMdgsqQD2RYS/YJUNtPJVyyw="; }; npmDepsHash = "sha256-jpvy7b4A+E5iI7Y7kYnwH51BZAQGVXKaf3lQjI9e3OM="; npmDepsHash = "sha256-z+EXesi9nfoTE+eX7BUZv50BzCWSxqKFfvRlJWWdWDU="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading