about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-01-28 22:37:13 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-02-07 06:43:51 +0100
commitb5f10c2c525ea32f3ad253aabf49010eeb0e88ab (patch)
treed59dcab95bfa3343b9ae7070a5fd9ffbdd3668cc /overrides
parent62c141c00631f31eec30448b14658dea513899c5 (diff)
overrides: Update kernel source to v3.8.0-rc5.
We're not in the dark age anymore, so let's move forward! :-)

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 5687547e..14b50916 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -55,11 +55,11 @@ let
   # misc
   misc = {
     kernelSourceAszlig = {
-      version = "3.8.0-rc3";
+      version = "3.8.0-rc5";
       src = everything.fetchgit {
         url = /home/aszlig/linux;
-        rev = "ecf02a607bd801e742d7bb35c6e40f7ca15edf03";
-        sha256 = "19ad666ms61s55730sh2n2lp9dsn439lnr7cypdma978mx27aj7v";
+        rev = "949db153b6466c6f7cad5a427ecea94985927311";
+        sha256 = "1klcy21gz42lfqvcydm6lyiwylp43714pzlgxrnzhyvh6df7r0k4";
       };
     };