Skip to content

Commit

Permalink
linux: 4.10.8 -> 4.10.9
Browse files Browse the repository at this point in the history
(cherry picked from commit 1988c1f)
  • Loading branch information
NeQuissimus committed Apr 8, 2017
1 parent 3f4d221 commit d098c20
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.8";
version = "4.10.9";
extraMeta.branch = "4.10";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit d098c20

Please sign in to comment.