linux: 4.9-rc7 -> 4.9-rc8

This commit is contained in:
Tim Steinbach 2016-12-05 19:40:11 -05:00
parent 67e1c1b4a7
commit c9d1d430ec
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9-rc7";
modDirVersion = "4.9.0-rc7";
version = "4.9-rc8";
modDirVersion = "4.9.0-rc8";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "0da5bf5cizvbn68d8pb5kyli3zkgsc8g61kn1b4d8gwvfxrb75hx";
sha256 = "1xyham8by966mavk5wxy6va5cq2lf2d1jiqps70kcc4064v365r7";
};
features.iwlwifi = true;