linux: 4.7.9 -> 4.7.10

This commit is contained in:
Tim Steinbach 2016-10-22 12:11:09 -04:00
parent cb5f6e792a
commit adbe0e0a13
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.7.9";
version = "4.7.10";
extraMeta.branch = "4.7";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "13g2b8ap2xyx0c35ka92j9j3x7mh610ax5fq2xl75787hqmdaf06";
sha256 = "1p2r5d0jcrak9gxp0339g9z198x9laf09h08ck4jllhhaajrnicj";
};
kernelPatches = args.kernelPatches;