lol

Merge pull request #181775 from SuperSandro2000/mitmproxy

python310Packages.mitmproxy: 8.0.0 -> 8.1.1

authored by

Robert Scott and committed by
GitHub
8714f25e 47f0f32d

+4 -2
+4 -2
pkgs/development/python-modules/mitmproxy/default.nix
··· 45 45 46 46 buildPythonPackage rec { 47 47 pname = "mitmproxy"; 48 - version = "8.0.0"; 48 + version = "8.1.1"; 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-Efazsi8BjBrk7lBKSn2APKHxCc7mzxNrC92BL0VsnCM="; 55 + sha256 = "sha256-nW/WfiY6uF67qNa95tvNvSv/alP2WmzTk34LEBma/04="; 56 56 }; 57 57 58 58 propagatedBuildInputs = [ ··· 110 110 # https://github.com/mitmproxy/mitmproxy/commit/36ebf11916704b3cdaf4be840eaafa66a115ac03 111 111 # Tests require terminal 112 112 "test_integration" 113 + "test_contentview_flowview" 114 + "test_flowview" 113 115 ]; 114 116 dontUsePytestXdist = true; 115 117