mitmproxy: 5.3.0 -> 6.0.2

This commit is contained in:
R. RyanTM 2021-01-20 06:03:33 +00:00 committed by Fabian Affolter
parent e59a33db58
commit cfce2f382a

View File

@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "5.3.0";
version = "6.0.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "04y7fxxssrs14i7zl7fwlwrpnms39i7a6m18481sg8vlrkbagxjr";
sha256 = "sha256-FyIZKFQtf6qvwo4+NzPa/KOmBCcdGJ3jCqxz26+S2e4=";
};
postPatch = ''