mcp-server-git: 2026.6.3 -> 2026.6.16

This commit is contained in:
R. Ryantm 2026-06-21 17:51:43 +00:00
commit 0dedac3150

View file

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mcp-server-git";
version = "2026.6.3";
version = "2026.6.16";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "servers";
tag = finalAttrs.version;
hash = "sha256-C5wE5ChDI1w4fh5LC1gV9WFuKMVfwvSnS18Fi2s+t+s=";
hash = "sha256-n8l4E6S4d19GQnKWO1y2De1SuHa/R8UGlb/GMR4dbMw=";
};
sourceRoot = "${finalAttrs.src.name}/src/git/";