From 2872ccafd6cb858aa04fdfdbdfb76ef8db82d546 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 16 Sep 2011 11:26:43 +0000 Subject: [PATCH] linux-3.1: Bump to r6 Not sure if kernel.org is ever coming back now... svn path=/nixpkgs/trunk/; revision=29303 --- pkgs/os-specific/linux/kernel/linux-3.1.nix | 6 +++--- 1 file 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 8cd5381aec3..ff421bc9cf7 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-rc5"; + version = "3.1-rc6"; - modDirVersion = "3.1.0-rc5"; + modDirVersion = "3.1.0-rc6"; src = fetchurl { url = "https://github.com/torvalds/linux/tarball/v${version}"; - sha256 = "1gs12hnkci1w21wwkpd9985ws6aldki6gzgdi4xmffcr4ypf1j4k"; + sha256 = "047a5qkcghn0q9b611vpdwbl87qb0k0q9x0bdpywlpy644l5dfwy"; name = "v${version}.tar.gz"; };