mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linux-3.1: Bump to r6
Not sure if kernel.org is ever coming back now... svn path=/nixpkgs/trunk/; revision=29303
This commit is contained in:
parent
7df0d1cc58
commit
2872ccafd6
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue