mitmproxy: 1.0.2 -> 2.0.6
This commit is contained in:
parent
9b6164ffb9
commit
6c08b145ab
@ -3,20 +3,21 @@
|
|||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
baseName = "mitmproxy";
|
baseName = "mitmproxy";
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
version = "1.0.2";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = baseName;
|
owner = baseName;
|
||||||
repo = baseName;
|
repo = baseName;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19nqg7s1034fal8sb2rjssgcpvxh50yidyjhnbfmmi8v3fbvpbwl";
|
sha256 = "17gvr642skz4a23966lckdbrkh6mx31shi8hmakkvi91sa869i30";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
pyopenssl pyasn1 urwid pillow flask click pyperclip blinker
|
blinker click certifi construct cryptography
|
||||||
construct pyparsing html2text tornado brotlipy requests2
|
cssutils editorconfig h2 html2text hyperframe
|
||||||
sortedcontainers passlib cssutils h2 ruamel_yaml jsbeautifier
|
jsbeautifier kaitaistruct passlib pyasn1 pyopenssl
|
||||||
watchdog editorconfig
|
pyparsing pyperclip requests2 ruamel_yaml tornado
|
||||||
|
urwid watchdog brotlipy sortedcontainers
|
||||||
];
|
];
|
||||||
|
|
||||||
# Tests fail due to an error with a decorator
|
# Tests fail due to an error with a decorator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user