mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 {
|
||||
name = "boost-headers-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/boost/${pkgid}.tar.bz2";
|
||||
sha256 = "07df925k56pbz3gvhxpx54aij34qd40a7sxw4im11brnwdyr4zh4";
|
||||
};
|
||||
src = boost.src;
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue