Updating boost

svn path=/nixpkgs/trunk/; revision=26143
This commit is contained in:
Lluís Batlle i Rossell 2011-03-03 13:41:01 +00:00
parent 2f848503b9
commit b679cf6a66

View File

@ -33,7 +33,7 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "boost-1.44.0"; name = "boost-1.46.0";
meta = { meta = {
homepage = "http://boost.org/"; homepage = "http://boost.org/";
@ -44,8 +44,8 @@ stdenv.mkDerivation {
}; };
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_44_0.tar.bz2"; url = "mirror://sourceforge/boost/boost_1_46_0.tar.bz2";
sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5"; sha256 = "0ndsiv06332gbh6wj68pcnci3l5qrc5pm1ca9dkmxhpxj83zd41g";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;