about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bootstrapped-pip
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2016-05-12 13:54:32 -0700
committerJude Taylor <me@jude.bio>2016-05-12 13:55:40 -0700
commit582fef1299086b9b01aa12eebd800bcbdc713787 (patch)
tree45208a2d7d8b4ad42889c96cba289a4b752d5093 /pkgs/development/python-modules/bootstrapped-pip
parent8ce822665599ba4779b55866f7121066597ac454 (diff)
downloadnixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar.gz
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar.bz2
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar.lz
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar.xz
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.tar.zst
nixlib-582fef1299086b9b01aa12eebd800bcbdc713787.zip
fix pip URL
Diffstat (limited to 'pkgs/development/python-modules/bootstrapped-pip')
-rw-r--r--pkgs/development/python-modules/bootstrapped-pip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bootstrapped-pip/default.nix b/pkgs/development/python-modules/bootstrapped-pip/default.nix
index a905503b4404..f510c5c884b4 100644
--- a/pkgs/development/python-modules/bootstrapped-pip/default.nix
+++ b/pkgs/development/python-modules/bootstrapped-pip/default.nix
@@ -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";
   };