Skip to content

Commit

Permalink
Merge pull request NixOS#294485 from r-ryantm/auto-update/mitmproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Mar 11, 2024
2 parents 6ebe872 + b861b89 commit 2b44fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mitmproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

buildPythonPackage rec {
pname = "mitmproxy";
version = "10.2.3";
version = "10.2.4";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/${version}";
hash = "sha256-hlZ5d4J3SDQp80C8lhwZkms/rc0uj8LslRmBqB5eIEw=";
hash = "sha256-6TPhxprrP6Bgc1yAhN3pBdr98WpvfGnVNvkNtFxROgE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2b44fde

Please sign in to comment.