boost: fix hardcoded hash
Closes #1209 Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
868fa84e3a
commit
f923c32204
@ -8,10 +8,7 @@ in
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "boost-headers-${version}";
|
name = "boost-headers-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = boost.src;
|
||||||
url = "mirror://sourceforge/boost/${pkgid}.tar.bz2";
|
|
||||||
sha256 = "07df925k56pbz3gvhxpx54aij34qd40a7sxw4im11brnwdyr4zh4";
|
|
||||||
};
|
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user