Merge pull request #216530 from fabaff/mitmproxy2swagger-bump

mitmproxy2swagger: 0.7.2 -> 0.8.0
This commit is contained in:
Fabian Affolter 2023-02-16 01:04:37 +01:00 committed by GitHub
commit 9993255616
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.7.2";
version = "0.8.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LnH0RDiRYJAGI7ZT6Idu1AqSz0yBRuBJvhIgY72Z4CA=";
hash = "sha256-HD+zYWQvmAqtJqG8I2Yib/UWCvUewGsXxTtd2E4GyJ0=";
};
nativeBuildInputs = with python3.pkgs; [