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_65_1.html
9 sha256 = "9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81";