File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/mitmproxy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040
4141buildPythonPackage rec {
4242 pname = "mitmproxy" ;
43- version = "12.0.0 " ;
43+ version = "12.0.1 " ;
4444 pyproject = true ;
4545
4646 src = fetchFromGitHub {
4747 owner = "mitmproxy" ;
4848 repo = "mitmproxy" ;
4949 tag = "v${ version } " ;
50- hash = "sha256-2dEoPgT8g59sLRV5gMPo7XII0XjTrn2cVdYetxDj/V0 =" ;
50+ hash = "sha256-BKT/qBWlfShAveL1KY5XXgQjhxR3Vr4zoJwiRxtBJkE =" ;
5151 } ;
5252
5353 pythonRelaxDeps = [
@@ -144,7 +144,7 @@ buildPythonPackage rec {
144144 meta = with lib ; {
145145 description = "Man-in-the-middle proxy" ;
146146 homepage = "https://mitmproxy.org/" ;
147- changelog = "https://github.com/mitmproxy/mitmproxy/blob/${ version } /CHANGELOG.md" ;
147+ changelog = "https://github.com/mitmproxy/mitmproxy/blob/${ src . tag } /CHANGELOG.md" ;
148148 license = licenses . mit ;
149149 maintainers = with maintainers ; [ SuperSandro2000 ] ;
150150 } ;
You can’t perform that action at this time.
0 commit comments