about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-07 12:32:25 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-10-07 12:32:25 +0200
commit6a9e18e89dd5b327f993aeea7a620fed12ff29cc (patch)
tree19e01527e61fdb6f7556da03897ff09cd4e17776 /modules/user
parent09d37eb845075ad7c090c5129281ec4ead075e70 (diff)
mmrnmhrm/dnyarri: Update kernel src/cfg to 4.3rc4.
It's actually v4.3-rc4 plus 34 commits ahead.

Also I'm being a bit lazy if it comes to the configuration here, adding
modules I probably won't need. That's because I currently don't have the
time to read more into the details.

Anyway, in the future I'd like to unify kernel configuration anyway, so
the laziness hopefully won't stay around for very long. :-)

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 d985db0a..9b42bef1 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.2.0-rc5";
+    version = "4.3.0-rc4";
     src = pkgs.fetchgit {
       url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-      rev = "dd2384a75d1c046faf068a6352732a204814b86d";
-      sha256 = "0jbr1pnkwqyvaxgr209fi9n01zfl5d5p3hj4vqq35bfzzjjb3kdn";
+      rev = "79c7c7acd25689b1d7669bdb33fb3cb7c64541fe";
+      sha256 = "1ph378scgx3vbbgjblv6lg5p169y5grqc0gb2j1pmvj9pajqw1r1";
     };
   };