diff --git a/overlays/unstable/claude-code/package.nix b/overlays/unstable/claude-code/package.nix index 30a182d..3734f65 100644 --- a/overlays/unstable/claude-code/package.nix +++ b/overlays/unstable/claude-code/package.nix @@ -6,14 +6,14 @@ buildNpmPackage rec { pname = "claude-code"; - version = "0.2.124"; + version = "1.0.2"; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; - hash = "sha256-yKosjs+peqk83UWZ1nx5RO1Gp6HjcFisAqIo7Cmo8fo="; + hash = "sha256-mQv2o9uaOZiZSdkNmLiqJs66fe9fiHfEmrXQZwmME34="; }; - npmDepsHash = "sha256-sUhpdjkLW/wI6zCIKkfcomYccwJw3S5q0FLGfUB7API="; + npmDepsHash = "sha256-Diii1tBBzYlB4svlphtu1VAOoijoq9WudxtJFSXXbbE="; postPatch = '' cp ${./package-lock.json} package-lock.json