Loading pkgs/by-name/cl/claude-code/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^0.2.122" "@anthropic-ai/claude-code": "^1.0.0" } }, "node_modules/@anthropic-ai/claude-code": { "version": "0.2.122", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.122.tgz", "integrity": "sha512-q9XnW6a4btqHM2XYxkcl2d7dDNRTX8pvaeisiNWYzAOSKC+wUfOrkioUUS3BG+i6sNtJB03jPKJdqvEvtXbZjw==", "version": "1.0.0", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.0.tgz", "integrity": "sha512-5+FV9oNtV3sZ8rq1pw3B6KX24Ib+qs9FoLR1ghxOAzk4ZXKzCSSHhW4GOWJy+6N9926KHN2wFNVcuZC9NW75Xg==", "hasInstallScript": true, "license": "SEE LICENSE IN README.md", "bin": { 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 = "0.2.122"; version = "1.0.0"; 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-9w1wjuOTSphEfgKfNJhDFiTKuIJqfV6Bz4XEYXMIaGE="; hash = "sha256-DwZJDl+Yt6ULpumSnwktWCJZPxFgdsDkRHAt+6C/BcM="; }; npmDepsHash = "sha256-71YPsgeI8bmb+wwFHS5XOXKJXsagWZj+hBf2T/+GYMU="; npmDepsHash = "sha256-taZ6yFGWj6oSa0llhByX49qfID9grzNpBt9dQhLl1vo="; 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 @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^0.2.122" "@anthropic-ai/claude-code": "^1.0.0" } }, "node_modules/@anthropic-ai/claude-code": { "version": "0.2.122", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.122.tgz", "integrity": "sha512-q9XnW6a4btqHM2XYxkcl2d7dDNRTX8pvaeisiNWYzAOSKC+wUfOrkioUUS3BG+i6sNtJB03jPKJdqvEvtXbZjw==", "version": "1.0.0", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.0.tgz", "integrity": "sha512-5+FV9oNtV3sZ8rq1pw3B6KX24Ib+qs9FoLR1ghxOAzk4ZXKzCSSHhW4GOWJy+6N9926KHN2wFNVcuZC9NW75Xg==", "hasInstallScript": true, "license": "SEE LICENSE IN README.md", "bin": { 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 = "0.2.122"; version = "1.0.0"; 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-9w1wjuOTSphEfgKfNJhDFiTKuIJqfV6Bz4XEYXMIaGE="; hash = "sha256-DwZJDl+Yt6ULpumSnwktWCJZPxFgdsDkRHAt+6C/BcM="; }; npmDepsHash = "sha256-71YPsgeI8bmb+wwFHS5XOXKJXsagWZj+hBf2T/+GYMU="; npmDepsHash = "sha256-taZ6yFGWj6oSa0llhByX49qfID9grzNpBt9dQhLl1vo="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading