From 68252afeecb9488dd6e9882a73d7b5e48ec16932 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 May 2007 13:21:00 +0000 Subject: [PATCH] * Urgh, the NL mirror isn't up to date. svn path=/nixpkgs/trunk/; revision=8810 --- pkgs/os-specific/linux/kernel/linux-2.6.20.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.20.nix b/pkgs/os-specific/linux/kernel/linux-2.6.20.nix index 9452846b985e..869d2e7b31a1 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.20.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.20.nix @@ -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"; };