boost upgraded to 1.34.1
svn path=/nixpkgs/trunk/; revision=9495
This commit is contained in:
parent
cdc7562c63
commit
4152053259
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, icu, zlib, bzip2, python}:
|
{stdenv, fetchurl, icu, zlib, bzip2, python}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "boost-1.34.0";
|
name = "boost-1.34.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/boost/boost_1_34_0.tar.bz2;
|
url = mirror://sourceforge/boost/boost_1_34_1.tar.bz2;
|
||||||
sha256 = "1lpganl8grvmy8rsbps5688yqiswvixjwz15d0kjfndp87xbhp25";
|
sha256 = "0k7cjsgg3iqy49f9nnhyp945yry0bichd88p04sg3915n1snr1hg";
|
||||||
};
|
};
|
||||||
buildInputs = [icu zlib bzip2 python];
|
buildInputs = [icu zlib bzip2 python];
|
||||||
preConfigure="
|
preConfigure="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user