tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.10.6 -> 4.10.7
Tim Steinbach
9 years ago
ecca1528
6b5193bc
+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
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.10.6";
5
extraMeta.branch = "4.10";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
-
sha256 = "1vjdd0i4k6m8nx5npwz5p3czg61j93wchw5amggrqfaarwy2j6j5";
10
};
11
12
kernelPatches = args.kernelPatches;
···
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.10.7";
5
extraMeta.branch = "4.10";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha256 = "18928ylwwwq37q6znw1r3fbdrw46740v74y0ml03vvpr9mfgqw7x";
10
};
11
12
kernelPatches = args.kernelPatches;