Skip to content

Commit 1a5cd33

Browse files
committed
github-mcp-server: 0.4.0 -> 0.5.0
1 parent cf7c43a commit 1a5cd33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/github-mcp-server/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "github-mcp-server";
10-
version = "0.4.0";
10+
version = "0.5.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "github";
1414
repo = "github-mcp-server";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-7bxphEQOewy7RZIfKp6aEIPvhgvq4AsU8FozsDsGVgM=";
16+
hash = "sha256-dbzO8yTAIfdAwcZEdoJqp+loPQea8iRSsAHdk2DfZ2A=";
1717
};
1818

19-
vendorHash = "sha256-yUg+4Z8e9j4wpDD+5XG7pZFnxibGiI5Gks1CEQT2E3g=";
19+
vendorHash = "sha256-gVR7Md3xYrPpeMhHRTKCQKCJvRRIl85uXo+QwlVaPzk=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)