about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2012-08-10 08:20:56 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2012-08-10 08:27:09 +0200
commitcbb2c3abf25ec4145083ef22e1bd1560607a7d71 (patch)
tree17d5922bd8cf4973a21512e84a750ec770eae84a /pkgs/os-specific
parent5b3517b2b6ebc02d48ee4e4739e36dad6608a277 (diff)
linux-3.5: upgrade to 3.5.1
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.5.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.5.nix b/pkgs/os-specific/linux/kernel/linux-3.5.nix
index 364d0545583a9..a34badc8a041b 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.5.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.5.nix
@@ -240,8 +240,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.5";
-    modDirVersion = "3.5.0";
+    version = "3.5.1";
     testing = false;
 
     preConfigure = ''
@@ -250,7 +249,7 @@ import ./generic.nix (
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
-      sha256 = "0hmkzlk1y93q0r19phm8mhkq60lr92l9jk4dk06r9z8c7wwcx1dr";
+      sha256 = "08rmhcgcxhwxv3cnnbhc86mvjmxkdk3aay4db6jbn90jlzf7kclz";
     };
 
     config = configWithPlatform stdenv.platform;