mcp-server-git: 2026.6.16 -> 2026.7.4

This commit is contained in:
R. Ryantm
2026-07-08 22:12:50 +00:00
parent 8ab1ccd1c1
commit e936818e15
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mcp-server-git";
version = "2026.6.16";
version = "2026.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "servers";
tag = finalAttrs.version;
hash = "sha256-n8l4E6S4d19GQnKWO1y2De1SuHa/R8UGlb/GMR4dbMw=";
hash = "sha256-rBdJoTC1wOEMbAAeSccFqaHL7lacf2SFfxZ/pp2Lx90=";
};
sourceRoot = "${finalAttrs.src.name}/src/git/";