Revert "python3Packages.mitmproxy: 11.0.2 -> 11.1.0"

This reverts commit 6f5c0fd934.
This commit is contained in:
Sandro Jäckel
2025-02-07 13:58:22 +01:00
parent affff94d36
commit bd9b05fdf3
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "11.1.0";
version = "11.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
tag = "v${version}";
hash = "sha256-8PqyxTwDk8pJjBh+NUB5BkuTeeA51gxmzqT450Y1d4Q=";
hash = "sha256-qcsPOISQjHVHh4TrQ/UihZaxB/jWBfq7AVI4U1gQPVs=";
};
pythonRelaxDeps = [
@@ -151,7 +151,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Man-in-the-middle proxy";
homepage = "https://mitmproxy.org/";
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${src.tag}/CHANGELOG.md";
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
};