tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.10.8 -> 4.10.9
Tim Steinbach
9 years ago
1988c1fa
016a319b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.10.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.10.nix
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.10.8";
4
4
+
version = "4.10.9";
5
5
extraMeta.branch = "4.10";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
9
-
sha256 = "12wf3nzhs0hbl87ckwc15b492z50lg4c7rxwqw50px3zhh5mvf8a";
9
9
+
sha256 = "1y8cpwhkcb8lsryiyqqr1w58snw26x3x6c4f9v1xnh9grz0s4j6h";
10
10
};
11
11
12
12
kernelPatches = args.kernelPatches;