From fab08eb8eb5e223a87a92b98f267c251379dd6cf Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 12 May 2015 05:30:35 +0200 Subject: mmrnmhrm/dnyarri: Update kernel/config to 4.1-rc3. It's about time I update these machines to the latest and greatest kernel. Not much to say about the config as it's mostly catching up with new options, although I'm still not happy to do configuration manually without generalizing common options. Signed-off-by: aszlig --- modules/user/aszlig/system/kernel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix index a48dcd40..19708ef5 100644 --- a/modules/user/aszlig/system/kernel.nix +++ b/modules/user/aszlig/system/kernel.nix @@ -18,11 +18,11 @@ let in pkgs.writeText "generated.kconf" (mkConf exprs + "\n"); mainlineKernel = { - version = "4.0.0-rc7"; + version = "4.1.0-rc3"; src = pkgs.fetchgit { url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git; - rev = "cfc4957b46d78115351ad6ff3ce0cd0da7b83730"; - sha256 = "046scwhr4j3z1mvzbicf426qc61654lf3xc7l6kxzqrrpnnrlcrg"; + rev = "4cfceaf0c087f47033f5e61a801f4136d6fb68c6"; + sha256 = "0vp3984f3d8awwankngmj91r55klyhijk25y124jn2z24yv5mi7a"; }; }; -- cgit 1.4.1