tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: Update to 3.14.54
Eelco Dolstra
10 years ago
277d44f8
0474cb3c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.14.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.14.nix
reviewed
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "3.14.53";
4
4
+
version = "3.14.54";
5
5
# Remember to update grsecurity!
6
6
extraMeta.branch = "3.14";
7
7
8
8
src = fetchurl {
9
9
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
10
10
-
sha256 = "0zqaqa7gs895p521c82jggak9zlmiwmkfarh2ykvh423sxjbvs5i";
10
10
+
sha256 = "0jjl7xx2mkkhy3yg3mza2h7ysz48qcn0z475jldfw4fh87ajlfig";
11
11
};
12
12
13
13
features.iwlwifi = true;