summary refs log blame commit diff
path: root/pkgs/development/libraries/boost/1.59.nix
blob: 0f6e9a35b6e07b6ae3559e553a93150d0c8fb84a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      
 
                                    





                                                                    
  
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // {
  version = "1.59.0";

  src = fetchurl {
    url = "mirror://sourceforge/boost/boost_1_59_0.tar.bz2";
    sha256 = "1jj1aai5rdmd72g90a3pd8sw9vi32zad46xv5av8fhnr48ir6ykj";
  };
})