linux: 4.12-rc1 -> 4.12-rc2

This commit is contained in:
Tim Steinbach 2017-05-22 11:40:04 -04:00
parent 933ab0cd5b
commit aa73b7df30
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.12-rc1";
modDirVersion = "4.12.0-rc1";
version = "4.12-rc2";
modDirVersion = "4.12.0-rc2";
extraMeta.branch = "4.12";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "13xyiqn7xv8ryqrfsx8b18qm1zj0qkfz92mdh611nqhhdlw7gcpk";
sha256 = "18p68ig9irblbxbg68jz766158bxr81824q91mnf372i5z9irj9w";
};
features.iwlwifi = true;