Merge pull request #19648 from NeQuissimus/linux_4_7_8

linux_4_7: 4.7.7 -> 4.7.8
This commit is contained in:
Tim Steinbach 2016-10-19 14:48:47 -04:00 committed by GitHub
commit dac481d999
1 changed files with 2 additions and 2 deletions

View File

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