about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-02-27 16:10:01 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-02-27 16:10:01 +0100
commit6f373fd16ec3d3f4a2acc90bd8fb4567b5978dfb (patch)
treef7625b3adcce8e09b306288a3f6114b70374050a /overrides
parent01228bbe176aa7571e929ca5bab3f03227509529 (diff)
Update kernel source and configs to v4.0-rc1.
Let's get rid of that buggy old 3.19-rc6 and get to the new buggy
4.0-rc1 + a few more commits (so it's more like -rc1.5).

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 987f8e2c..c2ed55be 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -95,11 +95,11 @@ let
   # misc
   misc = {
     kernelSourceVuizvui = {
-      version = "3.19.0-rc6";
+      version = "4.0.0-rc1";
       src = everything.fetchgit {
         url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;
-        rev = "1c999c47a9f1772e6d53028b6bf965c6ddb743bd";
-        sha256 = "0484pd98zihm6p6dl0jrssxiawkih18z2520l4rp9ms57xpbl378";
+        rev = "4f671fe2f9523a1ea206f63fe60a7c7b3a56d5c7";
+        sha256 = "0p7xn3hbsjdmhj8ha59zrci10scr42bf9yxigxnpjxszmwzyv818";
       };
     };
   };