Skip to content

Commit

Permalink
linux: 4.10.7 -> 4.10.8
Browse files Browse the repository at this point in the history
(cherry picked from commit bff456b)
  • Loading branch information
NeQuissimus committed Mar 31, 2017
1 parent 64c7897 commit 8bb0789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.10.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.10.7";
version = "4.10.8";
extraMeta.branch = "4.10";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "18928ylwwwq37q6znw1r3fbdrw46740v74y0ml03vvpr9mfgqw7x";
sha256 = "12wf3nzhs0hbl87ckwc15b492z50lg4c7rxwqw50px3zhh5mvf8a";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 8bb0789

Please sign in to comment.