claude-code: 2.0.15 -> 2.0.17 (#452316)

This commit is contained in:
Yohann Boniface
2025-10-15 19:05:36 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "claude-code";
publisher = "anthropic";
version = "2.0.15";
hash = "sha256-TKN0IR/0pzbcusO1J9n7sodqbrmzw4u4EEXkmFKb3co=";
version = "2.0.17";
hash = "sha256-8R0BvDfQDJmWD038mywNVIYtmgzyzwSEbqnCHQBpjg8=";
};
meta = {
+2 -2
View File
@@ -7,11 +7,11 @@
}:
buildNpmPackage (finalAttrs: {
pname = "claude-code";
version = "2.0.15";
version = "2.0.17";
src = fetchzip {
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
hash = "sha256-wMRW3rp/AimeqC6XcO+ouI39ZdcFMKF4wmA4EnCTQ3g=";
hash = "sha256-uQ+iosjjs6dUT8MtnFwubJqp85pBtBYkmIXTlRGufQw=";
};
npmDepsHash = "sha256-g03tfNJjx/KIUu14/mqranKR4G8mo9ig74iRgCdiJuE=";