mcp-proxy: 0.7.0 -> 0.8.0 (#415664)

Co-authored-by: Keyruu <Keyruu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-10 20:01:09 +00:00
committed by GitHub
co-authored by Keyruu
+2 -2
View File
@@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mcp-proxy";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "sparfenyuk";
repo = "mcp-proxy";
tag = "v${version}";
hash = "sha256-xHy+IwnUoyICSTusqTzGf/kOvT0FvJYcTT9Do0C5DiY=";
hash = "sha256-3KGBQyiI6hbDfl37lhhnGYHixHYGsKAgTJH/PSe3UFs=";
};
pyproject = true;