tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 3.14.56 -> 3.14.58
Eelco Dolstra
10 years ago
54d6f1f6
567e0025
+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
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "3.14.56";
4
4
+
version = "3.14.58";
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 = "1ggvjrz51nfhj7amn3v2nd0b0x8dnz68k9cldzl729cqp9gsc3hf";
10
10
+
sha256 = "0jw1023cpn4bjmi0db86lrxri9xj75cj8p2iqs44jabvh35idl7l";
11
11
};
12
12
13
13
features.iwlwifi = true;