summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-04-06 20:39:36 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-04-06 20:39:36 +0200
commit8092bc2dd767c98256a740bcfed58813dabd2bec (patch)
tree62a889fa7ed2147bd27df48357e4c316755eb8e1 /pkgs
parentabf49f299ea9f755d0164722ad63a1eef29ba082 (diff)
downloadnixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar.gz
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar.bz2
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar.lz
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar.xz
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.tar.zst
nixlib-8092bc2dd767c98256a740bcfed58813dabd2bec.zip
linux-3.8: upgrade to 3.8.6
Diffstat (limited to 'pkgs')
-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 d0926f267ea4..d69738a25b7d 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.5";
+    version = "3.8.6";
     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 = "17w9qprk8ixjc6w0qk2p2jgqfxhmw4b9xss1iar5d9kbrc4nw6qz";
+      sha256 = "036i1hx2b49ssymw3xv73dz628n5yxbsngbfvsp4l7ww6brria5g";
     };
 
     config = configWithPlatform stdenv.platform;