lol
0
fork

Configure Feed

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

python313Packages.mitmproxy-macos: 0.11.5 -> 0.12.3, remove things duplicated and in sync with mitmproxy-rs

Changelog: https://github.com/mitmproxy/mitmproxy_rs/blob/v0.12.3/CHANGELOG.md

+3 -2
+3 -2
pkgs/development/python-modules/mitmproxy-macos/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchPypi, 5 + mitmproxy-rs, 5 6 }: 6 7 7 8 buildPythonPackage rec { 8 9 pname = "mitmproxy-macos"; 9 - version = "0.11.5"; 10 + inherit (mitmproxy-rs) version; 10 11 format = "wheel"; 11 12 12 13 src = fetchPypi { ··· 15 16 format = "wheel"; 16 17 dist = "py3"; 17 18 python = "py3"; 18 - hash = "sha256-j3qqZGrMZLpHkKf01Gy5+/18sEEbm3pWfbBASGS/8o0="; 19 + hash = "sha256-sNguT3p72v9+FU5XFLYV6p0fO6WvGYerPy68GINwbyA="; 19 20 }; 20 21 21 22 # repo has no python tests