linux: 4.9.81 -> 4.9.82

This commit is contained in:
Tim Steinbach 2018-02-18 09:54:56 -05:00
parent 07e7a67f7b
commit e3dd76f76c
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:
buildLinux (args // rec {
version = "4.9.81";
version = "4.9.82";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1bjwca7m3ksab6d23a05ciphzaj6nv6qmc5n6dxrgim0yhjpmvk4";
sha256 = "105im51ax2cwfqkljfi1sqh6sap6sc76zh5l9n7fpbys04khnwab";
};
} // (args.argsOverride or {}))