We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c43a commit 1a5cd33Copy full SHA for 1a5cd33
pkgs/by-name/gi/github-mcp-server/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "github-mcp-server";
10
- version = "0.4.0";
+ version = "0.5.0";
11
12
src = fetchFromGitHub {
13
owner = "github";
14
repo = "github-mcp-server";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-7bxphEQOewy7RZIfKp6aEIPvhgvq4AsU8FozsDsGVgM=";
+ hash = "sha256-dbzO8yTAIfdAwcZEdoJqp+loPQea8iRSsAHdk2DfZ2A=";
17
};
18
19
- vendorHash = "sha256-yUg+4Z8e9j4wpDD+5XG7pZFnxibGiI5Gks1CEQT2E3g=";
+ vendorHash = "sha256-gVR7Md3xYrPpeMhHRTKCQKCJvRRIl85uXo+QwlVaPzk=";
20
21
ldflags = [
22
"-s"
0 commit comments