summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.7.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.7.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.7.nix b/pkgs/os-specific/linux/kernel/linux-3.7.nix
index 6eda20a0789..1a02910b5c8 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.7.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.7.nix
@@ -245,18 +245,16 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.7";
+    version = "3.7.1";
     testing = false;
 
-    modDirVersion = "3.7.0";
-
     preConfigure = ''
       substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
     '';
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
-      sha256 = "0n4lddghf0mvp3jrq4lckii88yvm6mwmfp0ibwsw7vkfyw5lv9k0";
+      sha256 = "0mbjvrr0658gg052hbf32vfcmlzfsr777wgmaxrpkpzbfs1qpjp1";
     };
 
     config = configWithPlatform stdenv.platform;