tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux_testing: 4.7-rc7 -> 4.8-rc3
Franz Pletz
9 years ago
40e0e5fb
aacf6651
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-testing.nix
+3
-3
pkgs/os-specific/linux/kernel/linux-testing.nix
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.7-rc7";
5
5
-
modDirVersion = "4.7.0-rc7";
4
4
+
version = "4.8-rc3";
5
5
+
modDirVersion = "4.8.0-rc3";
6
6
extraMeta.branch = "4.7";
7
7
8
8
src = fetchurl {
9
9
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
10
10
-
sha256 = "11c87rhxlrmag9hhg1m8zfff0d52yrzvhyjj9dxfa3nmxj4sfbb7";
10
10
+
sha256 = "08ir3w034qkalyi8mc6czgk9mcglm7wfazr2md94a8x98j69v38r";
11
11
};
12
12
13
13
features.iwlwifi = true;