Skip to content

Commit

Permalink
Merge pull request #19772 from NeQuissimus/linux_4_8_4
Browse files Browse the repository at this point in the history
linux: 4.8.3 -> 4.8.4
(cherry picked from commit a3989b8)
  • Loading branch information
NeQuissimus committed Oct 22, 2016
1 parent c9d6691 commit ceb1d53
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.3";
version = "4.8.4";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "00s0jscqhiqlfvcxwz5gix1n185i4wj713l6l71gn7jxrw0c1mzr";
sha256 = "1c122kcd98ljk2f7w4qkbx4cjv7a50w4gdc9qrxkpciaj4yqvjy1";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit ceb1d53

Please sign in to comment.