Skip to content

Commit

Permalink
mitmproxy: 2.0.0 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 20, 2017
1 parent 7f1fc9f commit 42dcabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/mitmproxy/default.nix
Expand Up @@ -3,13 +3,13 @@
python3Packages.buildPythonPackage rec {
baseName = "mitmproxy";
name = "${baseName}-${version}";
version = "2.0.0";
version = "2.0.2";

src = fetchFromGitHub {
owner = baseName;
repo = baseName;
rev = "v${version}";
sha256 = "17gvr642skz4a23966lckdbrkh6mx31shi8hmakkvi91sa869i30";
sha256 = "1x1a28al5clpfd69rjcpw26gjjnpsm1vfl4scrwpdd1jhkw044h9";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 42dcabf

Please sign in to comment.