Skip to content

Commit 1a19c69

Browse files
authored
claude-code: 2.0.28 -> 2.0.29 (#456934)
2 parents 2447b16 + 0a9af82 commit 1a19c69

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
77
mktplcRef = {
88
name = "claude-code";
99
publisher = "anthropic";
10-
version = "2.0.28";
11-
hash = "sha256-RfZDKiGPnmfNuq4D8dSO+Rk97g+Amo4G1apqgqVZttg=";
10+
version = "2.0.29";
11+
hash = "sha256-g5k2Lov2BBxDR2TCSiVVU8+6jo4ajp0IIYJnVmg/NMQ=";
1212
};
1313

1414
meta = {

pkgs/by-name/cl/claude-code/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/cl/claude-code/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
}:
88
buildNpmPackage (finalAttrs: {
99
pname = "claude-code";
10-
version = "2.0.28";
10+
version = "2.0.29";
1111

1212
src = fetchzip {
1313
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
14-
hash = "sha256-S8Qp6xzbEnU0GOx8BfblHMsjmOZkPuTvSeCAHEZN8+E=";
14+
hash = "sha256-6YN0iSX05S+CqZ4NCDM1D+vGlLNV29NpPaVd31JN/u4=";
1515
};
1616

17-
npmDepsHash = "sha256-EjvkOHRwhiBBMV9xZuYqObuz93CxbqUwNgc2enBA5go=";
17+
npmDepsHash = "sha256-ULesV9VeFhJRBJdTexCp92wuUMj6abNQ2xE+ZtcpzqE=";
1818

1919
postPatch = ''
2020
cp ${./package-lock.json} package-lock.json

0 commit comments

Comments
 (0)