Skip to content

Commit aeefc21

Browse files
committed
github-mcp-server: 0.1.1 -> 0.2.0
1 parent 181423e commit aeefc21

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

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

19-
vendorHash = "sha256-eBKTnuJk705oE//ejdwu/hi1hq8N88C6e4dEkKuM+5g=";
19+
vendorHash = "sha256-LjwvIn/7PLZkJrrhNdEv9J6sj5q3Ljv70z3hDeqC5Sw=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)