Skip to content

Commit

Permalink
Merge pull request #138260 from r-ryantm/auto-update/mitmproxy
Browse files Browse the repository at this point in the history
mitmproxy: 7.0.2 -> 7.0.3
  • Loading branch information
Ma27 authored Sep 17, 2021
2 parents cd0adca + 18c4e02 commit bede9fc
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,14 +45,14 @@

buildPythonPackage rec {
pname = "mitmproxy";
version = "7.0.2";
version = "7.0.3";
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0y5zsay9b6xgibs6m4gckw63jip35vsdfajsh1nw2zcb2xs1a7qs";
sha256 = "sha256-j1lipshccPUpMR+o28hDyaJbrVgj6AHijFqOgVmrBkg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit bede9fc

Please sign in to comment.