Python: use PyPI mirror (#15001)
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
This commit is contained in:
committed by
Domen Kožar
parent
ae8a3a14f0
commit
d5e6a4494a
@@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
version = "0.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
|
||||
url = "mirror://pypi/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
|
||||
sha256 = "19i671cd815fcv0x7h2m0a493slzwkzn7r926g8myx1srkss0q6d";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user