mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Updating boost.
Maybe we want a 'default.nix' reflecting the latest version, instead of changing and changing the version? svn path=/nixpkgs/trunk/; revision=20995
This commit is contained in:
parent
6c37624153
commit
2f67d3cc66
@ -33,7 +33,7 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "boost-1.41.0";
|
||||
name = "boost-1.42.0";
|
||||
|
||||
meta = {
|
||||
homepage = "http://boost.org/";
|
||||
@ -42,8 +42,8 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/boost/boost_1_41_0.tar.bz2";
|
||||
sha256 = "09n7bjac2nlp7c8khpml2mq4qm33w2dn4ksb50c37wga95klxy8y";
|
||||
url = "mirror://sourceforge/boost/boost_1_42_0.tar.bz2";
|
||||
sha256 = "02g6m6f7m11ig93p5sx7sfq75c15y9kn2pa3csn1bkjhs9dvj7jb";
|
||||
};
|
||||
|
||||
buildInputs = [icu expat zlib bzip2 python];
|
@ -3383,7 +3383,7 @@ let
|
||||
inherit fetchurl stdenv icu expat zlib bzip2 python;
|
||||
};
|
||||
|
||||
boost = makeOverridable (import ../development/libraries/boost/1.41.0.nix) {
|
||||
boost = makeOverridable (import ../development/libraries/boost/1.42.0.nix) {
|
||||
inherit fetchurl stdenv icu expat zlib bzip2 python;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user