fix pip URL
This commit is contained in:
parent
8ce8226655
commit
582fef1299
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
|||
version = "8.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/py2.py3/p/pip/pip-${version}-py2.py3-none-any.whl";
|
||||
url = "https://pypi.python.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-${version}-py2.py3-none-any.whl";
|
||||
sha256 = "18cjrd66mn4a0gwa99zzs89lrb0xn4xmajdzya6zqd7v16cdsr34";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue