about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.8.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-31 09:27:25 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-03-31 09:27:40 +0200
commitbee99995d99d0706d67a2e0fa41bceba88100b82 (patch)
treea4b6be115acb7c60b1ea95e18ce902e4c64a2eb5 /pkgs/os-specific/linux/kernel/linux-3.8.nix
parent86e5e52d993ad751d61243c2e8645f6f6950f3aa (diff)
linux: update to 3.8.5
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.8.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.8.nix b/pkgs/os-specific/linux/kernel/linux-3.8.nix
index 361d1f83a5c1f..54550885fa655 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.8.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix
@@ -252,7 +252,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.8.4";
+    version = "3.8.5";
     testing = false;
 
     preConfigure = ''
@@ -261,7 +261,7 @@ import ./generic.nix (
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
-      sha256 = "0sxh4nwmj49n9l0rnfpgvgvgxx47mdfmpg5syvn854zfb5sv0fvy";
+      sha256 = "1f1b6e09cb6ba656b28a41eb9e16e11576879f14574c0cb861b24734f3c5899f";
     };
 
     config = configWithPlatform stdenv.platform;