summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-12-14 07:27:58 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-12-14 07:27:58 +0000
commit0e3d2e236ed8bbe84a3ed0675271c1decde544fa (patch)
tree52e5fd503265622d9139f099a4257d625e834b54 /pkgs/os-specific
parentf6689d01a37aa7b0f0dd74b27a145e56049a672a (diff)
downloadnixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar.gz
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar.bz2
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar.lz
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar.xz
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.tar.zst
nixlib-0e3d2e236ed8bbe84a3ed0675271c1decde544fa.zip
Update Linux kernel to 3.1
svn path=/nixpkgs/trunk/; revision=30876
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.1.nix b/pkgs/os-specific/linux/kernel/linux-3.1.nix
index fbbcf5aaf528..0a44676b4a84 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.1.nix
@@ -215,7 +215,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.1.4";
+    version = "3.1.5";
 
     preConfigure = ''
       substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@@ -223,7 +223,7 @@ import ./generic.nix (
   
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
-      sha256 = "0wd43q1m11d4s5ab2kwnga4jvi5racqwlg4pmcp4fqim0q8jl9g6";
+      sha256 = "0wdcpfjv56r5cc67ddhprc9vhjxj2qibhp0bl96p3hbqjjpwfpl6";
     };
 
     config = configWithPlatform stdenv.platform;