Skip to content

Commit

Permalink
Merge pull request #20053 from NeQuissimus/linux_4_8_6
Browse files Browse the repository at this point in the history
linux: 4.8.5 -> 4.8.6
(cherry picked from commit c1fb904)
  • Loading branch information
NeQuissimus committed Nov 1, 2016
1 parent 2298856 commit 4e17529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.8.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.8.5";
version = "4.8.6";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0264h3b8h4bqgcif2jzbz4yzv290nrn444bhcqzb0lizj8a1f5s8";
sha256 = "0szk5m4wj6w0avpri9168acid8apbsjv78wz0k4cymh88804wx3l";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 4e17529

Please sign in to comment.