linux_4_7: 4.7.5 -> 4.7.6

This commit is contained in:
Joachim Fasting 2016-10-01 08:46:31 +02:00
parent 1bd4c08606
commit 22108b7a10
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

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