mcp-proxy: 0.8.0 -> 0.8.2 (#423914)

Co-authored-by: Keyruu <Keyruu@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Keyruu and committed by GitHub 173704b8 03ee2e1c

+2 -2
+2 -2
pkgs/by-name/mc/mcp-proxy/package.nix
··· 5 5 }: 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "mcp-proxy"; 8 - version = "0.8.0"; 8 + version = "0.8.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "sparfenyuk"; 12 12 repo = "mcp-proxy"; 13 13 tag = "v${version}"; 14 - hash = "sha256-3KGBQyiI6hbDfl37lhhnGYHixHYGsKAgTJH/PSe3UFs="; 14 + hash = "sha256-3hNpUOWbyOUjLcvfcMzj4+xHyUl7k1ZSy8muWHvSEvM="; 15 15 }; 16 16 17 17 pyproject = true;