From 95cab4b629dee2d0851a2e09a1ec50b7cd5556c2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 23 May 2025 08:54:45 +0200 Subject: [PATCH] chore: upgrade claude-code to version 1.0.2 Update the claude-code package version from 0.2.124 to 1.0.2. Adjust associated hashes to match the new package version and ensure integrity. --- overlays/unstable/claude-code/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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