Skip to content

Commit

Permalink
linux: 4.10.5 -> 4.10.6
Browse files Browse the repository at this point in the history
(cherry picked from commit c0411ea)
  • Loading branch information
NeQuissimus committed Mar 26, 2017
1 parent 0d0f427 commit 244c9a9
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.5";
version = "4.10.6";
extraMeta.branch = "4.10";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "04gwdqsngzddxvw34lcy9r03179l6s25qbxmsv5jz5kbczivzg6x";
sha256 = "1vjdd0i4k6m8nx5npwz5p3czg61j93wchw5amggrqfaarwy2j6j5";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 244c9a9

Please sign in to comment.