linux-testing: 4.11-rc7 -> 4.12-rc1

This commit is contained in:
Tim Steinbach
2017-05-14 22:03:14 -04:00
parent ba585648e7
commit 336b044dcb
2 changed files with 11 additions and 7 deletions
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.11-rc7";
modDirVersion = "4.11.0-rc7";
extraMeta.branch = "4.11";
version = "4.12-rc1";
modDirVersion = "4.12.0-rc1";
extraMeta.branch = "4.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "0zifawlrc62gsqmg91858wxx7vbpz0drjbhzmmbpplj3j7pdlly5";
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "13xyiqn7xv8ryqrfsx8b18qm1zj0qkfz92mdh611nqhhdlw7gcpk";
};
features.iwlwifi = true;