Merge pull request #241608 from fabaff/mitmproxy2swagger-bump

mitmproxy2swagger: 0.10.0 -> 0.10.1
This commit is contained in:
Fabian Affolter 2023-07-05 22:35:54 +02:00 committed by GitHub
commit c1eac078ff
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.10.0";
version = "0.10.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tvlxQrZzY2r+zipNm8XFTvYgLZAbg2xzoFL6VDt+/fk=";
hash = "sha256-vWeMAtNyxYpuVlxav0ibTMoTKwLCNRFJpFKG3bIatTQ=";
};
nativeBuildInputs = with python3.pkgs; [