linux: 4.9.79 -> 4.9.80

This commit is contained in:
Tim Steinbach 2018-02-03 20:27:04 -05:00
parent 2a2c8eab26
commit d6d4ef6580
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.79";
version = "4.9.80";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0kf2zh7gf8jsm11vmp2hx2bji54ndsaj74ma405rj0qyxdchd45i";
sha256 = "0ys74q9f93c42flqracaqnkh0qwcbnimhppd80rz5hxgq3686bly";
};
} // (args.argsOverride or {}))