mitmproxy2swagger: 0.7.0 -> 0.7.1

Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.7.1
This commit is contained in:
Fabian Affolter 2022-11-24 07:06:23 +01:00
parent dab1673e9f
commit d1f2d1a60f

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mitmproxy2swagger";
version = "0.7.0";
version = "0.7.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tLLz3nGIzsE6bkHbMC+Cfevv7E/NNHxtYqCUwo/5yF4=";
hash = "sha256-morBtuRZZ/d3ye8aB+m2dSwWoaF3JJ92c+CgF71MqH4=";
};
nativeBuildInputs = with python3.pkgs; [