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:
Peter Simons 2012-09-10 11:31:36 +02:00
parent 64c0d7a490
commit 1037089c55

View File

@ -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 { };