summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.0.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-10-23 15:52:28 +0000
committerShea Levy <shea@shealevy.com>2011-10-23 15:52:28 +0000
commit11941954d8d7abb1304c995f4e6b55f851d6c375 (patch)
tree32f64b165014c1ef56c231b592b37d69275bc77f /pkgs/os-specific/linux/kernel/linux-3.0.nix
parent5cd2d19bb553de6041c045accdd1cac3880aac93 (diff)
downloadnixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar.gz
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar.bz2
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar.lz
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar.xz
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.tar.zst
nixpkgs-11941954d8d7abb1304c995f4e6b55f851d6c375.zip
Linux 3.0.7
svn path=/nixpkgs/trunk/; revision=29978
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.0.nix')
-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 6f1a32e5c0f..d2680db30f1 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.0.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.0.nix
@@ -200,7 +200,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.0.4";
+    version = "3.0.7";
   
     preConfigure = ''
       substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@@ -208,7 +208,7 @@ import ./generic.nix (
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
-      sha256 = "1vypjcdii75h5f4zsw9lm8wzxd5ix0mk5p94c96hxv828mqqkmhk";
+      sha256 = "1k7466p2xj3fg2kl5cy9ygd4wnd38wam64ga5nr76cz15ylgg06f";
     };
 
     config = configWithPlatform stdenv.platform;