github-mcp-server: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2025-07-01 20:45:41 +00:00
parent 223bee05d9
commit 86609619db

View File

@ -7,16 +7,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "github-mcp-server"; pname = "github-mcp-server";
version = "0.5.0"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "github"; owner = "github";
repo = "github-mcp-server"; repo = "github-mcp-server";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-dbzO8yTAIfdAwcZEdoJqp+loPQea8iRSsAHdk2DfZ2A="; hash = "sha256-jW/X8vwV47J20aa3E+WqjRL5n9H+Pb2EQwIVIg1pfug=";
}; };
vendorHash = "sha256-gVR7Md3xYrPpeMhHRTKCQKCJvRRIl85uXo+QwlVaPzk="; vendorHash = "sha256-GYfK5QQH0DhoJqc4ynZBWuhhrG5t6KoGpUkZPSfWfEQ=";
ldflags = [ ldflags = [
"-s" "-s"