about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-24 05:33:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-24 05:33:10 +0100
commitd11b194e90ff5764607f5720f85cebbff3ab24a9 (patch)
tree7078976a7c3289374d3349889088850a302a2ae3 /overrides
parent10e124d0d88e2e06acbfce035b887f9f03fe23aa (diff)
Update kernel sources and configs to v3.18-rc6.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides')
-rw-r--r--overrides/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
index af3a5398..9b9007fd 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -95,11 +95,11 @@ let
   # misc
   misc = {
     kernelSourceVuizvui = {
-      version = "3.18.0-rc5";
+      version = "3.18.0-rc6";
       src = everything.fetchgit {
         url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-        rev = "fc14f9c1272f62c3e8d01300f52467c0d9af50f9";
-        sha256 = "1i2khdwnccblpc9xyphgijsj8m7wsplil6jnwh4zga9ssga43k24";
+        rev = "5d01410fe4d92081f349b013a2e7a95429e4f2c9";
+        sha256 = "16az5b8wnvgkj1fiw8fxrsfxghmgnfxzbfczdc20npdznj0d14j1";
       };
     };
   };