Updating the linux 2.6.39 to 2.6.39.3

svn path=/nixpkgs/trunk/; revision=27878
This commit is contained in:
Lluís Batlle i Rossell 2011-07-21 13:56:25 +00:00
parent 6f5e72deed
commit 57f59594db
2 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,6 @@ stdenv.mkDerivation {
buildInputs = [ zlib openssl ];
buildNativeInputs = [ tcl ];
configurePhase = ":";
doCheck = true;
checkTarget = "test";

View File

@ -192,11 +192,11 @@ in
import ./generic.nix (
rec {
version = "2.6.39";
version = "2.6.39.3";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "1xk1bka63i2hhn5rfaa5pbyqqlwycc3nkwvz3m8aj67flgr1fkaq";
sha256 = "1lx8064xf13h79qcbdw74mz5x94pl662s9iyqgcyb6wjwfyxhjrj";
};
config = configWithPlatform stdenv.platform;