Unverified Commit 7458cf13 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

github-mcp-server: 0.9.0 -> 0.10.0 (#431299)

parents 2852b7a1 dd202c00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule (finalAttrs: {
  pname = "github-mcp-server";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "github";
    repo = "github-mcp-server";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Eqo3ZUfELSXzRQOcz0JGMhve6drznZv17XmpP0e5HtI=";
    hash = "sha256-I7Y2vZdQllT8wVttf+axwvBF7Cv4gYM4vxw7qKEmhog=";
  };

  vendorHash = "sha256-DeojCgMBwVclvoiEs462FoxIf3700XUjXvPbvRZE3CI=";