From 8020db073a8dc8c2c85dcb7275c4ff52cd6ebe96 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 16 Apr 2007 10:29:24 +0000 Subject: [PATCH] * Linux 2.6.20.7. svn path=/nixpkgs/trunk/; revision=8578 --- pkgs/os-specific/linux/kernel/linux-2.6.20.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ded74d402e9..0e5e46085cf 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.20.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.20.nix @@ -15,12 +15,12 @@ assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux"; let lib = import ../../../lib; in stdenv.mkDerivation { - name = "linux-2.6.20.6"; + name = "linux-2.6.20.7"; builder = ./builder.sh; src = fetchurl { - url = http://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.6.tar.bz2; - sha256 = "01l76g7117zg9di4z5g1qnklnxv41gj66qyd5xnr5ykim9bhcmrn"; + url = http://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.7.tar.bz2; + sha256 = "1a6flnnaaj11c7cgsr63ix5ln67wih3ffbv473dvsqb0c2rmwvw5"; }; patches = map (p: p.patch) kernelPatches;