tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kernel: 4.2.1 -> 4.2.2
William A. Kennington III
10 years ago
05fd70b4
40773c76
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.2.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.2.nix
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.2.1";
4
4
+
version = "4.2.2";
5
5
extraMeta.branch = "4.2";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
9
-
sha256 = "1b4dpf3rhr1sb1hpz4qx3h1swlcr1xnbrh6sjybqmj2c6szkbpvz";
9
9
+
sha256 = "0k5nda60jla02n7ghhma7klkfklh008d1cpf684fp82cywbp5g1f";
10
10
};
11
11
12
12
features.iwlwifi = true;