about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-01 09:40:56 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-01 09:40:56 +0100
commit7dd7f056df53608fa2a28817a7a99b6b756711ab (patch)
tree330f2d3e2d996274384a97301b1e3d72240feedb /modules/user
parent5edc188740c6990821b816fa1b1a0ea37078eef9 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/system/kernel.nix6
1 files changed, 3 insertions, 3 deletions
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";
     };
   };