linux: 4.9.70 -> 4.9.71

This commit is contained in:
Tim Steinbach 2017-12-20 12:26:06 -05:00
parent b1e23d888c
commit f95ba8ee5e
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.70";
version = "4.9.71";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "02ihsl286wq2fkbsiwmdk4na20nlrq628190libx583ghbrlbbxs";
sha256 = "173nvdshckhdlisn08pf6cal9bhlj8ra569y26013hsfzd09gzgi";
};
} // (args.argsOverride or {}))