boost: fix hardcoded hash

Closes #1209

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Aristid Breitkreuz 2013-11-12 23:28:27 +01:00 committed by Moritz Ulrich
parent 868fa84e3a
commit f923c32204

View file

@ -8,10 +8,7 @@ in
stdenv.mkDerivation {
name = "boost-headers-${version}";
src = fetchurl {
url = "mirror://sourceforge/boost/${pkgid}.tar.bz2";
sha256 = "07df925k56pbz3gvhxpx54aij34qd40a7sxw4im11brnwdyr4zh4";
};
src = boost.src;
phases = [ "installPhase" ];