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 {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mitmproxy2swagger";
|
pname = "mitmproxy2swagger";
|
||||||
version = "0.10.0";
|
version = "0.10.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alufers";
|
owner = "alufers";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-tvlxQrZzY2r+zipNm8XFTvYgLZAbg2xzoFL6VDt+/fk=";
|
hash = "sha256-vWeMAtNyxYpuVlxav0ibTMoTKwLCNRFJpFKG3bIatTQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue