Skip to content

Commit 9c39e90

Browse files
authored
github-mcp-server: 0.1.0 -> 0.1.1 (NixOS#396956)
2 parents 8e716c1 + cc02c9e commit 9c39e90

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.1.0";
10+
version = "0.1.1";
1111

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

19-
vendorHash = "sha256-YqjcPP4elzdwEVvYUcFBoPYWlFzeT+q2+pxNzgj1X0Q=";
19+
vendorHash = "sha256-eBKTnuJk705oE//ejdwu/hi1hq8N88C6e4dEkKuM+5g=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)