Skip to content

Commit 09f6928

Browse files
authored
github-mcp-server: 1.5.0 -> 1.6.0 (#543389)
2 parents 8201935 + 1d0d777 commit 09f6928

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

99
buildGoModule (finalAttrs: {
1010
pname = "github-mcp-server";
11-
version = "1.5.0";
11+
version = "1.6.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "github";
1515
repo = "github-mcp-server";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-O8ooNaFmWXMhsn7UQITgo48VkdYbVTCC4WkHoU9abyo=";
17+
hash = "sha256-hTAo0bucL9YIcQPo3Twv6lMDj+hIUG9P4UEm1vZmDrQ=";
1818
};
1919

20-
vendorHash = "sha256-J1hC4hdEKLENXLJrsyV41TaJ9+2CuPz5KoIMm2mXvTE=";
20+
vendorHash = "sha256-oBFRpHxKZNxiT2iP0fkJI5CZWWGENy1qnTLVH2Y7XEs=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)