summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-09-23 20:03:52 +0000
committerShea Levy <shea@shealevy.com>2011-09-23 20:03:52 +0000
commitb6a786f0977c63183367ecb6fecaeee7247b7c29 (patch)
tree6c0dfe3e2587a3f1dc778119da60769db0747fbf /pkgs/os-specific/linux
parent0c32d209ca923923bf42666c612f51fb0ed93287 (diff)
downloadnixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar.gz
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar.bz2
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar.lz
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar.xz
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.tar.zst
nixlib-b6a786f0977c63183367ecb6fecaeee7247b7c29.zip
linux-3.1: Bump to rc7
svn path=/nixpkgs/trunk/; revision=29463
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.1.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.1.nix b/pkgs/os-specific/linux/kernel/linux-3.1.nix
index ff421bc9cf7c..a87554ae71a3 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.1.nix
@@ -200,13 +200,13 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.1-rc6";
+    version = "3.1-rc7";
 
-    modDirVersion = "3.1.0-rc6";
+    modDirVersion = "3.1.0-rc7";
   
     src = fetchurl {
       url = "https://github.com/torvalds/linux/tarball/v${version}";
-      sha256 = "047a5qkcghn0q9b611vpdwbl87qb0k0q9x0bdpywlpy644l5dfwy";
+      sha256 = "05zlg522svyym6cab7lrqpihzrk8j356dyahyc321nd8yw0qfv2x";
       name = "v${version}.tar.gz";
     };