Unverified Commit d8c972b0 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

claude-code: 2.0.1 -> 2.0.5 (#448174)

parents 604a820c e5bb937b
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.0";
    hash = "sha256-vd3ZT8iwmbUCeaHgiDGLzWehOj4j/hMinHiXQytwVz4=";
    version = "2.0.5";
    hash = "sha256-3+VrFM1aB26AfF8vkrFJXOfg07EGkwNa+nh1vvy6MFw=";
  };

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

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

  npmDepsHash = "sha256-DehkeMZvzn+hvcCDzJfd4p9oYc1GSZm8gu8vKS4Uncw=";