linux-testing: Update to version 4.2.0-rc2.

Upstream diff of changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/?id=v4.2-rc2&id2=v4.2-rc1&dt=2

Not tested on my machine right now (well, it's "testing" after all), but
verified the SHA256 from two different connections.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

aszlig 45135c02 37e08681

Changed files
+3 -3
pkgs
os-specific
linux
+3 -3
pkgs/os-specific/linux/kernel/linux-testing.nix
···
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
-
version = "4.2-rc1";
-
modDirVersion = "4.2.0-rc1";
+
version = "4.2-rc2";
+
modDirVersion = "4.2.0-rc2";
extraMeta.branch = "4.2";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
-
sha256 = "0a9zr1jf2c110lvd7wi4jxxk2iw6san31yh8hwlahkkb8kh4wliw";
+
sha256 = "068g71ns8d2j66hppmnssilf185p33w7argb0r2w9kplqq2ac99w";
};
features.iwlwifi = true;