mitmproxy: 12.0.0 -> 12.0.1 (#404796)

This commit is contained in:
Sandro 2025-05-07 11:37:24 +02:00 committed by GitHub
commit 2b6ed25f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "12.0.0";
version = "12.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mitmproxy";
repo = "mitmproxy";
tag = "v${version}";
hash = "sha256-2dEoPgT8g59sLRV5gMPo7XII0XjTrn2cVdYetxDj/V0=";
hash = "sha256-BKT/qBWlfShAveL1KY5XXgQjhxR3Vr4zoJwiRxtBJkE=";
};
pythonRelaxDeps = [
@ -144,7 +144,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Man-in-the-middle proxy";
homepage = "https://mitmproxy.org/";
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
};