about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-20 15:25:26 +0200
committerGitHub <noreply@github.com>2024-04-20 15:25:26 +0200
commit3582d852c1a76870ba3a44178ba1fbb4079daf84 (patch)
tree31deebffb8e4aeff62626809552340855b53ae64 /pkgs
parentaa65fe8b64485a03dd0a103c9fcd9f6497fe21b2 (diff)
parent4881f1c9e6a19346f3d3a4c7ed105b9d9b04c375 (diff)
Merge pull request #305157 from SuperSandro2000/mitmproxy
python311Packages.mitmproxy: 10.2.4 -> 10.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/mitmproxy/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mitmproxy/default.nix b/pkgs/development/python-modules/mitmproxy/default.nix
index 860900902794a..8de8d9b8260d6 100644
--- a/pkgs/development/python-modules/mitmproxy/default.nix
+++ b/pkgs/development/python-modules/mitmproxy/default.nix
@@ -45,7 +45,7 @@
 
 buildPythonPackage rec {
   pname = "mitmproxy";
-  version = "10.2.4";
+  version = "10.3.0";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
     owner = "mitmproxy";
     repo = "mitmproxy";
     rev = "refs/tags/${version}";
-    hash = "sha256-6TPhxprrP6Bgc1yAhN3pBdr98WpvfGnVNvkNtFxROgE=";
+    hash = "sha256-YjvGsnpQQ8GWLyKmnd3lOxesnr+F2xCNXyahZh0JQnc=";
   };
 
   nativeBuildInputs = [
@@ -122,7 +122,9 @@ buildPythonPackage rec {
     "test_commands_exist"
     "test_contentview_flowview"
     "test_flowview"
+    "test_get_hex_editor"
     "test_integration"
+    "test_spawn_editor"
     "test_statusbar"
     # FileNotFoundError: [Errno 2] No such file or directory
     # likely wireguard is also not working in the sandbox