Unverified Commit 2b6ed25f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

mitmproxy: 12.0.0 -> 12.0.1 (#404796)

parents 1405c669 95070136
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@

buildPythonPackage rec {
  pname = "mitmproxy";
  version = "12.0.0";
  version = "12.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mitmproxy";
    repo = "mitmproxy";
    tag = "v${version}";
    hash = "sha256-2dEoPgT8g59sLRV5gMPo7XII0XjTrn2cVdYetxDj/V0=";
    hash = "sha256-BKT/qBWlfShAveL1KY5XXgQjhxR3Vr4zoJwiRxtBJkE=";
  };

  pythonRelaxDeps = [
@@ -144,7 +144,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Man-in-the-middle proxy";
    homepage = "https://mitmproxy.org/";
    changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/mitmproxy/mitmproxy/blob/${src.tag}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ SuperSandro2000 ];
  };