From 415205325923d67864370db631cb5014dc8ef10b Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 19 Oct 2007 19:17:06 +0000 Subject: [PATCH] boost upgraded to 1.34.1 svn path=/nixpkgs/trunk/; revision=9495 --- pkgs/development/libraries/boost/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/boost/default.nix b/pkgs/development/libraries/boost/default.nix index adfb380969fe..5040a763ab81 100644 --- a/pkgs/development/libraries/boost/default.nix +++ b/pkgs/development/libraries/boost/default.nix @@ -1,10 +1,10 @@ {stdenv, fetchurl, icu, zlib, bzip2, python}: stdenv.mkDerivation { - name = "boost-1.34.0"; + name = "boost-1.34.1"; src = fetchurl { - url = mirror://sourceforge/boost/boost_1_34_0.tar.bz2; - sha256 = "1lpganl8grvmy8rsbps5688yqiswvixjwz15d0kjfndp87xbhp25"; + url = mirror://sourceforge/boost/boost_1_34_1.tar.bz2; + sha256 = "0k7cjsgg3iqy49f9nnhyp945yry0bichd88p04sg3915n1snr1hg"; }; buildInputs = [icu zlib bzip2 python]; preConfigure="