Skip to content

Commit

Permalink
python.pkgs.bootstrapped-pip: fix hash
Browse files Browse the repository at this point in the history
Hash was forgotten in
a26ae76.
The newer version of pkg_resources, 36.4.0, is actually incomplete.
Therefore, let's stick with the older version which didn't cause any
issues.

(cherry picked from commit 23ad2b2)
  • Loading branch information
FRidh committed Oct 7, 2017
1 parent e582efb commit 2231575
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ let
# https://github.com/NixOS/nixpkgs/issues/26392
# https://github.com/pypa/setuptools/issues/885
pkg_resources = fetchurl {
url = "https://raw.githubusercontent.com/pypa/setuptools/v36.4.0/pkg_resources/__init__.py";
url = "https://raw.githubusercontent.com/pypa/setuptools/v36.0.1/pkg_resources/__init__.py";
sha256 = "1wdnq3mammk75mifkdmmjx7yhnpydvnvi804na8ym4mj934l2jkv";
};

Expand Down

0 comments on commit 2231575

Please sign in to comment.