forked from mirrors/nixpkgs
linux-testing: Update to version 3.19-rc7.
Running -rc6 always feels kinda rusty and old, so there is the pressing urge to update... into the future... swooooooosh! Signature verified against key with fingerprint: ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
fefb81fb16
commit
78bbd6f7c6
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.19-rc6";
|
||||
modDirVersion = "3.19.0-rc6";
|
||||
version = "3.19-rc7";
|
||||
modDirVersion = "3.19.0-rc7";
|
||||
extraMeta.branch = "3.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/testing/linux-${version}.tar.xz";
|
||||
sha256 = "04lb9fh85y68zhhyzimvgzjz6qngjszkavklfhd4sly70f8i6bsh";
|
||||
sha256 = "007xjngbyvdx127rkrzxs23kxcw2z54gzad9954iwhphqw0kpq9x";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
|
Loading…
Reference in a new issue