about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-09 15:40:18 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-09 15:40:18 +0000
commit2f67d3cc664c4a4e8733a8071cdf45080d8e3b57 (patch)
tree08b4f91097a71f946bda0e294768ffa8b713a72a /pkgs/development
parent6c37624153d57c8061befae00eb9c6e68f367997 (diff)
downloadnixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar.gz
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar.bz2
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar.lz
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar.xz
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.tar.zst
nixlib-2f67d3cc664c4a4e8733a8071cdf45080d8e3b57.zip
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
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/boost/1.42.0.nix (renamed from pkgs/development/libraries/boost/1.41.0.nix)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/boost/1.41.0.nix b/pkgs/development/libraries/boost/1.42.0.nix
index 1bd500e270a2..4f71e7347a91 100644
--- a/pkgs/development/libraries/boost/1.41.0.nix
+++ b/pkgs/development/libraries/boost/1.42.0.nix
@@ -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];