mitmproxy2swagger: 0.8.2 -> 0.9.0

Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.9.0
This commit is contained in:
Fabian Affolter 2023-05-10 07:30:32 +02:00
parent c0b91f02c7
commit 77771de547

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mitmproxy2swagger";
version = "0.8.2";
version = "0.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-w9Jbtf/BFkr2qEVqpxkRkQ1ve5o77Mhs0kGwdG5ucKI=";
hash = "sha256-P+Gw4D+G76gifYY2OghXRzrlPiYk4KggoVMgzJbm6Is=";
};
nativeBuildInputs = with python3.pkgs; [