mitmproxy2swagger: 0.10.0 -> 0.10.1
Diff: https://github.com/alufers/mitmproxy2swagger/compare/refs/tags/0.10.0...0.10.1 Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.10.1
This commit is contained in:
parent
fa6865df59
commit
d8b7dcaa58
1 changed files with 2 additions and 2 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue