summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-10-25 06:21:27 +0000
committerShea Levy <shea@shealevy.com>2011-10-25 06:21:27 +0000
commit6638835c9399e212acdf882791d239d823f1ccef (patch)
tree9e7fc41df1b22da0403647ce7115af17ed12972a /pkgs/os-specific
parent4401a2b70cf67119102f8d57d00838f55a334898 (diff)
downloadnixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar.gz
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar.bz2
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar.lz
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar.xz
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.tar.zst
nixpkgs-6638835c9399e212acdf882791d239d823f1ccef.zip
Linux 3.0
svn path=/nixpkgs/trunk/; revision=30007
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.0.nix b/pkgs/os-specific/linux/kernel/linux-3.0.nix
index f3b30b329d4..f5ee6711f93 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.0.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.0.nix
@@ -205,7 +205,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.0.7";
+    version = "3.0.8";
   
     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 = "1k7466p2xj3fg2kl5cy9ygd4wnd38wam64ga5nr76cz15ylgg06f";
+      sha256 = "1p9sacxz430rmq5zj8pch2i0dczi5jna5g8xf4gni3w436invlaf";
     };
 
     config = configWithPlatform stdenv.platform;