* Urgh, the NL mirror isn't up to date.

svn path=/nixpkgs/trunk/; revision=8810
This commit is contained in:
Eelco Dolstra 2007-05-31 13:21:00 +00:00
parent 13567556bf
commit 68252afeec

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = "http://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-${version}.tar.bz2";
url = "http://ftp.de.kernel.org/pub/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "1s7vdpg2897q5pcyxxypqcnibwpbdawbimkf3pngmahj8wr9c03x";
};