Skip to content

Commit

Permalink
Merge pull request #19771 from NeQuissimus/linux_4_7_10
Browse files Browse the repository at this point in the history
linux: 4.7.9 -> 4.7.10
(cherry picked from commit 72d91f9)
  • Loading branch information
NeQuissimus committed Oct 22, 2016
1 parent 9204784 commit c9d6691
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.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;
Expand Down

0 comments on commit c9d6691

Please sign in to comment.