about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-29 19:07:48 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-03-29 19:07:48 +0200
commit9e30ffeff2a0be999ccb0e4400f8b51fba9e5512 (patch)
tree07bc8ba450176360faa97d9bc520ccd455f010fc /modules
parent81adf3f9c4642f793bc8343241b6f8853b8e4aad (diff)
mainlineKernel: Update to version 4.0.0-rc5.
Stress over the last few days affected my machines being not up-to-date
anymore. This has to change!

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-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 e715ccb2..0b5bdcb1 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-rc3";
+    version = "4.0.0-rc5";
     src = pkgs.fetchgit {
       url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-      rev = "affb8172de395a6e1db52ed9790ca0456d8c29a9";
-      sha256 = "1zqnkds0mglldm1syv17gl8n4wl1vy7rrh2vf3iga5w2psqwkyj4";
+      rev = "7fc377ecf452c02f3fd6aa0db9a3fd7d012ff500";
+      sha256 = "1cgwhhrqi4h2azf5cw6x7rizmzschzziq93wx8b5ld50sh4rwg4v";
     };
   };