about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.8.nix
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-03-21 15:45:08 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-03-22 00:00:04 +0100
commit42d29c2afb4861c85255dbbf5720ef9897d48c89 (patch)
treef7eec43c95c37f527ba186e131d2943b5adaeb24 /pkgs/os-specific/linux/kernel/linux-3.8.nix
parent8b39202106e780668a7f01cfa61169db664e424a (diff)
linux-3.8: upgrade to 3.8.4
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 87421b1900d2f..174c7553eeab2 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.8.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix
@@ -251,7 +251,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.8.3";
+    version = "3.8.4";
     testing = false;
 
     preConfigure = ''
@@ -260,7 +260,7 @@ import ./generic.nix (
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
-      sha256 = "15jdsnsswpah8936xmq6r1jpfsp1kbq643i4l0bgc6n749f512ig";
+      sha256 = "0sxh4nwmj49n9l0rnfpgvgvgxx47mdfmpg5syvn854zfb5sv0fvy";
     };
 
     config = configWithPlatform stdenv.platform;