Skip to content

Commit

Permalink
Merge pull request #19649 from NeQuissimus/linux_4_8_2
Browse files Browse the repository at this point in the history
linux_4_8: 4.8.1 -> 4.8.2
(cherry picked from commit 84e4dcb)
  • Loading branch information
NeQuissimus committed Oct 19, 2016
1 parent 6576801 commit 776ebeb
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.1";
version = "4.8.2";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0rcqgi91jz5iyx1nrd4qjmvh0sgqjpqj94bwjh56c21nkxxiahg6";
sha256 = "00sx49gbm8rwdzajxrhmpyz8am5qv3x9kk81a03s35x3ap3kcdlq";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 776ebeb

Please sign in to comment.