lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #137436 from NilsIrl/mitmproxy_7.0.2

mitmproxy: 6.0.2 -> 7.0.2

authored by

Fabian Affolter and committed by
GitHub
3d015c58 79f637da

+5 -2
+5 -2
pkgs/development/python-modules/mitmproxy/default.nix
··· 45 45 46 46 buildPythonPackage rec { 47 47 pname = "mitmproxy"; 48 - version = "6.0.2"; 48 + version = "7.0.2"; 49 49 disabled = pythonOlder "3.8"; 50 50 51 51 src = fetchFromGitHub { 52 52 owner = pname; 53 53 repo = pname; 54 54 rev = "v${version}"; 55 - sha256 = "sha256-FyIZKFQtf6qvwo4+NzPa/KOmBCcdGJ3jCqxz26+S2e4="; 55 + sha256 = "0y5zsay9b6xgibs6m4gckw63jip35vsdfajsh1nw2zcb2xs1a7qs"; 56 56 }; 57 57 58 58 propagatedBuildInputs = [ ··· 112 112 disabledTests = [ 113 113 # Tests require a git repository 114 114 "test_get_version" 115 + # https://github.com/mitmproxy/mitmproxy/commit/36ebf11916704b3cdaf4be840eaafa66a115ac03 116 + # Tests require terminal 117 + "test_integration" 115 118 ]; 116 119 117 120 pythonImportsCheck = [ "mitmproxy" ];