From c0ae01163674fd1738b8173270411c1720987d5f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 24 Nov 2025 21:09:36 +0100 Subject: [PATCH] chore(nix): bump claude-code to 2.0.51 - Updated package version from 2.0.50 to 2.0.51. - Refreshed source hash and matched npmDepsHash for the new version. --- overlays/unstable/claude-code/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/unstable/claude-code/package.nix b/overlays/unstable/claude-code/package.nix index 9c28edf..6b77fcc 100644 --- a/overlays/unstable/claude-code/package.nix +++ b/overlays/unstable/claude-code/package.nix @@ -7,11 +7,11 @@ }: buildNpmPackage (finalAttrs: { pname = "claude-code"; - version = "2.0.50"; + version = "2.0.51"; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz"; - hash = "sha256-mZQkqeL/F/9u5esy1j1pUjcyzeaShREx+vMuvZ5Zrz8="; + hash = "sha256-rfJZaACY+Kbm+0lWOPwAfl/x2yFxskLKZpJJhqlccSY="; }; npmDepsHash = "sha256-/5Qh99vAcTiFz6FrzJgm26RserqxVjLYqOOx5q5hkgc=";