fix download location
svn path=/nixpkgs/trunk/; revision=6312
This commit is contained in:
parent
f2b3ae3213
commit
a6409626a4
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||||||
name = "linux-headers-2.6.17.6";
|
name = "linux-headers-2.6.17.6";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.17.6.tar.bz2;
|
url = ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.6.tar.bz2;
|
||||||
md5 = "5013fbe6049e32675187c203aef92218";
|
md5 = "5013fbe6049e32675187c203aef92218";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user