Unverified Commit 13c40bda authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

claude-code: 2.0.5 -> 2.0.8 (#448778)

parents 1c1451b3 0e3cb8a6
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.5";
    hash = "sha256-3+VrFM1aB26AfF8vkrFJXOfg07EGkwNa+nh1vvy6MFw=";
    version = "2.0.8";
    hash = "sha256-Aesfn/YAIVrKqrK9u3O7JsBkckdFJQK9oI05v74AYyo=";
  };

  meta = {
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "claude-code";
  version = "2.0.5";
  version = "2.0.8";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
    hash = "sha256-ZAolpT/NW48NpIoY2jUzbBlcHmyNcw+G1GhZ40qtJoY=";
    hash = "sha256-WxXkUZs/sQp7PJfSPCv8EwbvUGYgePhouKv/YFzOd14=";
  };

  npmDepsHash = "sha256-DehkeMZvzn+hvcCDzJfd4p9oYc1GSZm8gu8vKS4Uncw=";