summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-11-22 17:05:18 +0000
committerShea Levy <shea@shealevy.com>2011-11-22 17:05:18 +0000
commitdf05356c05c70b7396afe6afab13b8380da6a179 (patch)
treed8bb49c08b43a50ad1b141c692417d4071af2ad1 /pkgs/os-specific
parent350e31a223578ab0e08b1937e17da6a3873c3496 (diff)
downloadnixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar.gz
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar.bz2
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar.lz
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar.xz
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.tar.zst
nixpkgs-df05356c05c70b7396afe6afab13b8380da6a179.zip
Linux 3.1.2
svn path=/nixpkgs/trunk/; revision=30529
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 a06fd35b807..ad6a76a6816 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.1.nix
@@ -205,7 +205,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.1.1";
+    version = "3.1.2";
 
     preConfigure = ''
       substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@@ -213,7 +213,7 @@ import ./generic.nix (
   
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
-      sha256 = "01ymsdq0c4fv1yxvxh17ccmsj8xl308j1n6rzrknaswb7gz2xp60";
+      sha256 = "1h1k2rdk3a2vsjcm0vd0ihflv8znq09vzvllxzlw6fy1awfkainb";
     };
 
     config = configWithPlatform stdenv.platform;