Merge pull request #234378 from fabaff/mitmproxy2swagger-bump

mitmproxy2swagger: 0.9.0 -> 0.10.0
This commit is contained in:
Fabian Affolter 2023-05-28 10:23:57 +02:00 committed by GitHub
commit ddbb056ada
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.9.0";
version = "0.10.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-P+Gw4D+G76gifYY2OghXRzrlPiYk4KggoVMgzJbm6Is=";
hash = "sha256-tvlxQrZzY2r+zipNm8XFTvYgLZAbg2xzoFL6VDt+/fk=";
};
nativeBuildInputs = with python3.pkgs; [