From 7dd7f056df53608fa2a28817a7a99b6b756711ab Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 1 Dec 2015 09:40:56 +0100 Subject: mmrnmhrm/dnyarri: Update kernel src/cfg to 4.4rc3. Version 4.3-rc5 is from the stone age and we really want to have the latest and greatest :-) The kernel is actually not -rc3 directly but 5 commits ahead (current upstream master). I've cleaned up the config for mmrnmhrm a bit, though it is still quite messy and I might do it fully from scratch very soon[TM]. Signed-off-by: aszlig --- modules/user/aszlig/system/kernel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix index 7bb0efa0..08c65424 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.3.0-rc5"; + version = "4.4.0-rc3"; src = pkgs.fetchgit { url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git; - rev = "25cb62b76430a91cc6195f902e61c2cb84ade622"; - sha256 = "1cna89mvrafdc2wyhm3hsw1ri11fg3cj7n2na7f3xx6lirv5j91j"; + rev = "2255702db4014d1c69d6037ed7bdad2d2e271985"; + sha256 = "1z5w24br4jvhcaw85gglyznm9za9l0hs9g7y7rx6iw228naxmn4l"; }; }; -- cgit 1.4.1