linux: 4.8.10 -> 4.8.11

This commit is contained in:
Tim Steinbach 2016-11-26 16:29:23 -05:00
parent cc77360bed
commit b47307bd74
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.8.10";
version = "4.8.11";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1i3hydxjl3zz4i3v2spnv5y5pidmwgiyc10q6rlwvf0bs8aynh53";
sha256 = "03w90vfjfcya38mcp1njasa5c67za203sgp9n3w52gms13s443yc";
};
kernelPatches = args.kernelPatches;