Merge pull request #187727 from r-ryantm/auto-update/mitmproxy2swagger

mitmproxy2swagger: 0.6.1 -> 0.7.0
This commit is contained in:
Robert Scott 2022-08-21 16:33:52 +01:00 committed by GitHub
commit cf0a0cefbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mitmproxy2swagger";
version = "0.6.1";
version = "0.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7c+SIU5re1GaqKmzjY+wBXwm8CoQ4uaNLNHzUfG0GDA=";
hash = "sha256-tLLz3nGIzsE6bkHbMC+Cfevv7E/NNHxtYqCUwo/5yF4=";
};
nativeBuildInputs = with python3.pkgs; [