3
0
Fork 0
forked from mirrors/nixpkgs

boost171: grab from bintray, not on sf.net ("yet"?)

This commit is contained in:
Will Dietz 2019-08-19 15:28:12 -05:00
parent 3a192fb519
commit bf3de125a3
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -4,7 +4,8 @@ callPackage ./generic.nix (args // rec {
version = "1.71.0";
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_71_0.tar.bz2";
#url = "mirror://sourceforge/boost/boost_1_71_0.tar.bz2";
url = "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2";
# SHA256 from http://www.boost.org/users/history/version_1_71_0.html
sha256 = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee";
};