Update default version of boost to 1.51.0.
Version 1.50.0 should be dropped from Nixpkgs, if possible, once we're reasonably sure that the update doesn't break any packages in ways that cannot be trivially fixed.
This commit is contained in:
parent
64c0d7a490
commit
1037089c55
@ -3314,7 +3314,7 @@ let
|
||||
boost149 = callPackage ../development/libraries/boost/1.49.nix { };
|
||||
boost150 = callPackage ../development/libraries/boost/1.50.nix { };
|
||||
boost151 = callPackage ../development/libraries/boost/1.51.nix { };
|
||||
boost = boost150;
|
||||
boost = boost151;
|
||||
|
||||
boostHeaders149 = callPackage ../development/libraries/boost/1.49-headers.nix { };
|
||||
boostHeaders150 = callPackage ../development/libraries/boost/1.50-headers.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user