lol
0
fork

Configure Feed

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

python311Packages.aioquic-mitmproxy: 0.9.20.3 -> 0.9.21.1

Diff: https://github.com/meitinger/aioquic_mitmproxy/compare/refs/tags/0.9.20.3...0.9.21.1

+8 -3
+8 -3
pkgs/development/python-modules/aioquic-mitmproxy/default.nix
··· 6 6 , pylsqpack 7 7 , pyopenssl 8 8 , pytestCheckHook 9 + , pythonOlder 10 + , service-identity 9 11 , setuptools 10 12 , wheel 11 13 }: 12 14 13 15 buildPythonPackage rec { 14 16 pname = "aioquic-mitmproxy"; 15 - version = "0.9.20.3"; 16 - format = "pyproject"; 17 + version = "0.9.21.1"; 18 + pyproject = true; 19 + 20 + disabled = pythonOlder "3.8"; 17 21 18 22 src = fetchFromGitHub { 19 23 owner = "meitinger"; 20 24 repo = "aioquic_mitmproxy"; 21 25 rev = "refs/tags/${version}"; 22 - hash = "sha256-VcIbtrcA0dBEE52ZD90IbXoh6L3wDUbr2kFJikts6+w="; 26 + hash = "sha256-eD3eICE9jS1jyqMgWwcv6w3gkR0EyGcKwgSXhasXNeA="; 23 27 }; 24 28 25 29 nativeBuildInputs = [ ··· 32 36 cryptography 33 37 pylsqpack 34 38 pyopenssl 39 + service-identity 35 40 ]; 36 41 37 42 nativeCheckInputs = [