Merge pull request #332034 from SuperSandro2000/mitmproxy

python312Packages.mitmproxy: 10.4.0 -> 10.4.2
This commit is contained in:
Sandro 2024-08-10 15:50:52 +02:00 committed by GitHub
commit 792028c425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -1472,7 +1472,7 @@ checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
[[package]]
name = "macos-certificate-truster"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"security-framework",
]
@ -1563,7 +1563,7 @@ dependencies = [
[[package]]
name = "mitm-wg-test-client"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"anyhow",
"boringtun",
@ -1574,7 +1574,7 @@ dependencies = [
[[package]]
name = "mitmproxy"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"anyhow",
"boringtun",
@ -1610,7 +1610,7 @@ dependencies = [
[[package]]
name = "mitmproxy_rs"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"anyhow",
"boringtun",
@ -3000,7 +3000,7 @@ dependencies = [
[[package]]
name = "windows-redirector"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"anyhow",
"env_logger",

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "mitmproxy-rs";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mitmproxy";
repo = "mitmproxy_rs";
rev = version;
hash = "sha256-zBlt83mtJOsVqskDAkpk50yZHxJO6B8QP7iv8L1YPWA=";
hash = "sha256-rnM2MNJ9ZVmwFjhXU8kPEQjpqNIzVZ3bVtm43WvGj5E=";
};
cargoDeps = rustPlatform.importCargoLock {
@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rust bits in mitmproxy";
homepage = "https://github.com/mitmproxy/mitmproxy_rs";
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${src.rev}/CHANGELOG.md#${lib.replaceStrings ["."] [""] version}";
license = licenses.mit;
inherit (mitmproxy.meta) maintainers;
};

View File

@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "mitmproxy";
version = "10.4.0";
version = "10.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "mitmproxy";
rev = "refs/tags/v${version}";
hash = "sha256-W+m7PVphj4sP5+Um7dtPbdnaZ+edZn/fcE4XJGX1E6M=";
hash = "sha256-1OMVgV6dFKoG/upv+RWbYqftqejeQLBlsycuy2+Na6E=";
};