1 { callPackage, fetchurl, ... } @ args:
3 callPackage ./generic.nix (args // rec {
7 url = "mirror://sourceforge/boost/boost_${builtins.replaceStrings ["."] ["_"] version}.tar.bz2";
8 # SHA256 from http://www.boost.org/users/history/version_1_66_0.html
9 sha256 = "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9";