Unverified Commit 71b1735b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 76838479 7c5f691e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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=";