Unverified Commit 0d000e9f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #279320 from fabaff/mitmproxy2swagger-bump

mitmproxy2swagger: 0.11.0 -> 0.13.0
parents be87bcdd 72b8d400
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mitmproxy2swagger";
  version = "0.11.0";
  version = "0.13.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "alufers";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-NwU3GtnWL90gSCbPbGnkbLX/o77NZJ4t4xME8dhWEbA=";
    hash = "sha256-VHxqxee5sQWRS13V4SfY4LWaN0oxxWsNVDOEqUyKHfg=";
  };

  nativeBuildInputs = with python3.pkgs; [