From 57f59594dbbb542e1bbff7060d39b1e28dc011f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 21 Jul 2011 13:56:25 +0000 Subject: [PATCH] Updating the linux 2.6.39 to 2.6.39.3 svn path=/nixpkgs/trunk/; revision=27878 --- pkgs/applications/version-management/fossil/default.nix | 2 -- pkgs/os-specific/linux/kernel/linux-2.6.39.nix | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index fcbe57f40531..2d20ab739a4e 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -16,8 +16,6 @@ stdenv.mkDerivation { buildInputs = [ zlib openssl ]; buildNativeInputs = [ tcl ]; - configurePhase = ":"; - doCheck = true; checkTarget = "test"; diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.39.nix b/pkgs/os-specific/linux/kernel/linux-2.6.39.nix index 10f8dbfe8599..dbde51b2ab92 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.39.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.39.nix @@ -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;