linux: 4.10.8 -> 4.10.9

Changed files
+2 -2
pkgs
os-specific
linux
+2 -2
pkgs/os-specific/linux/kernel/linux-4.10.nix
···
{ 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;