Merge pull request #199411 from fabaff/mitmproxy-wireguard-bump
python310Packages.mitmproxy-wireguard: 0.1.15 -> 0.1.17
This commit is contained in:
commit
768004c40b
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mitmproxy-wireguard";
|
pname = "mitmproxy-wireguard";
|
||||||
version = "0.1.15";
|
version = "0.1.17";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
owner = "decathorpe";
|
owner = "decathorpe";
|
||||||
repo = "mitmproxy_wireguard";
|
repo = "mitmproxy_wireguard";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-31S955juthagoFsthVTf3Vjx2YCKn43HKJ6mjrA8lfw=";
|
hash = "sha256-G//3h9QHModKNcGqG2FcV65bver809J4Xnig/Fr5zdg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-e2P3vfiaTOUf28Lexv2SDFaiGE55G8EkDKSYb8b7vLM=";
|
hash = "sha256-KPk6lLofsWDG+rswG5+q4bs9CZJFn4RuepX/OQvZ1Pw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Module has no tests, only a test client
|
# Module has no tests, only a test client
|
||||||
|
|
Loading…
Reference in a new issue