Skip to content

Commit

Permalink
Merge #19725: kernel: 4.7.8 -> 4.7.9
Browse files Browse the repository at this point in the history
(cherry picked from commit fabfb0a)
  • Loading branch information
vcunat committed Oct 20, 2016
1 parent 0ed0d08 commit 7e5cfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.7.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.7.8";
version = "4.7.9";
extraMeta.branch = "4.7";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1frzwaqdq81zpcncd5kpah7b7mnx2l9hvqmxid5dr703nrccsbya";
sha256 = "13g2b8ap2xyx0c35ka92j9j3x7mh610ax5fq2xl75787hqmdaf06";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 7e5cfb7

Please sign in to comment.