File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ buildPythonPackage {
1212 pyproject = true ;
1313
1414 postPatch = ''
15- substituteInPlace mitmproxy-linux/build.rs \
15+ substituteInPlace ../mitmproxy-rs-*-vendor/aya-build-*/src/lib.rs \
16+ --replace-fail '"+nightly",' "" \
1617 --replace-fail '"-Z",' "" \
1718 --replace-fail '"build-std=core",' ""
1819
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildPythonPackage rec {
1616 format = "wheel" ;
1717 dist = "py3" ;
1818 python = "py3" ;
19- hash = "sha256-sNguT3p72v9+FU5XFLYV6p0fO6WvGYerPy68GINwbyA =" ;
19+ hash = "sha256-NArp10yhERk7Hhw5fIU+ekbupyldyzpLQdKgebiUpOM =" ;
2020 } ;
2121
2222 # repo has no python tests
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "mitmproxy-rs" ;
14- version = "0.12.3 " ;
14+ version = "0.12.7 " ;
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 owner = "mitmproxy" ;
1919 repo = "mitmproxy_rs" ;
2020 tag = "v${ version } " ;
21- hash = "sha256-bWvSaUx5nv8d17eOWyYlhSDi71rHycrFoDGRuQEL7LU =" ;
21+ hash = "sha256-Wd/4XzSMQ3qgacFUlxReQFyonUbTqWKDCk3m+kWhXy0 =" ;
2222 } ;
2323
2424 buildAndTestSubdir = "mitmproxy-rs" ;
2525
2626 cargoDeps = rustPlatform . fetchCargoVendor {
2727 inherit pname version src ;
28- hash = "sha256-9J5RVGCXyMOcCYUP+LS92Xv1krA+feoMqFgeFExxxqY =" ;
28+ hash = "sha256-Q5EBI5uXJgbI9NMblkTT/GweopnTr/zUG35i+Aoe3QA =" ;
2929 } ;
3030
3131 nativeBuildInputs = [
Original file line number Diff line number Diff line change 3838
3939buildPythonPackage rec {
4040 pname = "mitmproxy" ;
41- version = "12.1.1 " ;
41+ version = "12.1.2 " ;
4242 pyproject = true ;
4343
4444 src = fetchFromGitHub {
4545 owner = "mitmproxy" ;
4646 repo = "mitmproxy" ;
4747 tag = "v${ version } " ;
48- hash = "sha256-RTHL5+lbR+AbkiE4+z4ZbxZSV2E4NGTmShbMIMRKJPA =" ;
48+ hash = "sha256-XYZ14JlVYG/OLlEze+C1L/HP3HD5GEW+jG2YYSXW/8Y =" ;
4949 } ;
5050
5151 pythonRelaxDeps = [
@@ -55,6 +55,8 @@ buildPythonPackage rec {
5555 "passlib"
5656 "pyopenssl"
5757 "tornado"
58+ "typing-extensions"
59+ "urwid"
5860 ] ;
5961
6062 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments