Skip to content

Commit

Permalink
Merge pull request #20552 from NeQuissimus/linux_4_8_9
Browse files Browse the repository at this point in the history
linux: 4.8.8 -> 4.8.9
(cherry picked from commit 13491f9)
  • Loading branch information
NeQuissimus committed Nov 19, 2016
1 parent 606701b commit 934e314
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

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

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 934e314

Please sign in to comment.