mcp-server-git: 2026.7.4 -> 2026.7.10

This commit is contained in:
R. Ryantm
2026-07-17 17:47:31 +00:00
parent 7d48cc922d
commit 0cf4096e74

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mcp-server-git";
version = "2026.7.4";
version = "2026.7.10";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "servers";
tag = finalAttrs.version;
hash = "sha256-rBdJoTC1wOEMbAAeSccFqaHL7lacf2SFfxZ/pp2Lx90=";
hash = "sha256-ORihWA8Xx7WAPo2+vRPpYNF9CGfc1sjmW+NfUKBGzxs=";
};
sourceRoot = "${finalAttrs.src.name}/src/git/";