Merge pull request #279320 from fabaff/mitmproxy2swagger-bump

mitmproxy2swagger: 0.11.0 -> 0.13.0
This commit is contained in:
Fabian Affolter 2024-01-08 11:47:13 +01:00 committed by GitHub
commit 0d000e9f41
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.11.0";
version = "0.13.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "alufers";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NwU3GtnWL90gSCbPbGnkbLX/o77NZJ4t4xME8dhWEbA=";
hash = "sha256-VHxqxee5sQWRS13V4SfY4LWaN0oxxWsNVDOEqUyKHfg=";
};
nativeBuildInputs = with python3.pkgs; [