From 0d2b7bd942eb5a91072ab924e84a5a46ed6d72ca Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 24 Nov 2025 20:54:10 +0100 Subject: [PATCH] feat(claude-code): update to version 2.0.50 - Bumped package version from 2.0.36 to 2.0.50. - Updated package source hash and npmDeps hash to match the new version. - Refreshed `package-lock.json` with the updated version. --- overlays/unstable/claude-code/package-lock.json | 4 ++-- overlays/unstable/claude-code/package.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/overlays/unstable/claude-code/package-lock.json b/overlays/unstable/claude-code/package-lock.json index 7179d9c..313206e 100644 --- a/overlays/unstable/claude-code/package-lock.json +++ b/overlays/unstable/claude-code/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anthropic-ai/claude-code", - "version": "2.0.36", + "version": "2.0.50", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anthropic-ai/claude-code", - "version": "2.0.36", + "version": "2.0.50", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" diff --git a/overlays/unstable/claude-code/package.nix b/overlays/unstable/claude-code/package.nix index eeca6d4..9c28edf 100644 --- a/overlays/unstable/claude-code/package.nix +++ b/overlays/unstable/claude-code/package.nix @@ -7,14 +7,14 @@ }: buildNpmPackage (finalAttrs: { pname = "claude-code"; - version = "2.0.36"; + version = "2.0.50"; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz"; - hash = "sha256-6tbbCaF1HIgdk1vpbgQnBKWghaKKphGIGZoXtmnhY2I="; + hash = "sha256-mZQkqeL/F/9u5esy1j1pUjcyzeaShREx+vMuvZ5Zrz8="; }; - npmDepsHash = "sha256-hgIWGAXqT517B+v/M15acseSf9NJGeHk2G4gZozFssw="; + npmDepsHash = "sha256-/5Qh99vAcTiFz6FrzJgm26RserqxVjLYqOOx5q5hkgc="; postPatch = '' cp ${./package-lock.json} package-lock.json