summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-04 21:34:03 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-04 21:34:03 +0000
commit95b42b8134d7793d54b1cee286935e80705eddf4 (patch)
treea37551347070775b685692fae6d0728e360c3233
parent4b4022a4e041823c0ec027c3497f7174cf39eee9 (diff)
downloadnixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar.gz
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar.bz2
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar.lz
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar.xz
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.tar.zst
nixpkgs-95b42b8134d7793d54b1cee286935e80705eddf4.zip
Updating linux to 2.6.32.52 and 3.1.7
svn path=/nixpkgs/trunk/; revision=31299
-rw-r--r--pkgs/os-specific/linux/kernel/linux-2.6.32.nix4
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.1.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
index 1c2e1fb5e30..d47ad8f65ce 100644
--- a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
+++ b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
@@ -198,11 +198,11 @@ in
 import ./generic.nix (
 
   rec {
-    version = "2.6.32.45";
+    version = "2.6.32.52";
   
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v2.6/longterm/v2.6.32/linux-${version}.tar.bz2";
-      sha256 = "1lyp0zl8hk2nz93n803iwfkg5g2dcd18hg0ifszg2rik8svvbbrs";
+      sha256 = "0a3ws6m8942p972jjlixr5v0sh6ll0hlzxwdikb666nppjcgqiz7";
     };
 
     config = configWithPlatform stdenv.platform;
diff --git a/pkgs/os-specific/linux/kernel/linux-3.1.nix b/pkgs/os-specific/linux/kernel/linux-3.1.nix
index 0a44676b4a8..f1f1aa7f8fc 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.5";
+    version = "3.1.7";
 
     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 = "0wdcpfjv56r5cc67ddhprc9vhjxj2qibhp0bl96p3hbqjjpwfpl6";
+      sha256 = "1l4imli1mykcda2vvdvfr6c3h9ys9km4s0wsy778d58vcs68pc89";
     };
 
     config = configWithPlatform stdenv.platform;