about summary refs log tree commit diff
path: root/pkgs/development/libraries/boost
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-03 14:10:18 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-03 14:10:18 +0000
commit5148ee96542e5b9a65c1c95a8cda6e897055085c (patch)
tree616443ce56cefe475852de201d4050b3b02883b0 /pkgs/development/libraries/boost
parent60844f748802b546d1efb19ac0f4b3b501d4e203 (diff)
downloadnixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar.gz
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar.bz2
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar.lz
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar.xz
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.tar.zst
nixlib-5148ee96542e5b9a65c1c95a8cda6e897055085c.zip
I revert the "Updating boost" change. I don't really need it new I think, and
it breaks things, niksnut reports.

svn path=/nixpkgs/trunk/; revision=26146
Diffstat (limited to 'pkgs/development/libraries/boost')
-rw-r--r--pkgs/development/libraries/boost/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/boost/default.nix b/pkgs/development/libraries/boost/default.nix
index 0a64efdeb3bd..c4b9f23bb230 100644
--- a/pkgs/development/libraries/boost/default.nix
+++ b/pkgs/development/libraries/boost/default.nix
@@ -33,7 +33,7 @@ let
 in
 
 stdenv.mkDerivation {
-  name = "boost-1.46.0";
+  name = "boost-1.44.0";
 
   meta = {
     homepage = "http://boost.org/";
@@ -44,8 +44,8 @@ stdenv.mkDerivation {
   };
 
   src = fetchurl {
-    url = "mirror://sourceforge/boost/boost_1_46_0.tar.bz2";
-    sha256 = "0ndsiv06332gbh6wj68pcnci3l5qrc5pm1ca9dkmxhpxj83zd41g";
+    url = "mirror://sourceforge/boost/boost_1_44_0.tar.bz2";
+    sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5";
   };
 
   enableParallelBuilding = true;