tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.9-rc7 -> 4.9-rc8
Tim Steinbach
9 years ago
c9d1d430
67e1c1b4
+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.9-rc7";
5
5
-
modDirVersion = "4.9.0-rc7";
4
4
+
version = "4.9-rc8";
5
5
+
modDirVersion = "4.9.0-rc8";
6
6
extraMeta.branch = "4.9";
7
7
8
8
src = fetchurl {
9
9
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
10
10
-
sha256 = "0da5bf5cizvbn68d8pb5kyli3zkgsc8g61kn1b4d8gwvfxrb75hx";
10
10
+
sha256 = "1xyham8by966mavk5wxy6va5cq2lf2d1jiqps70kcc4064v365r7";
11
11
};
12
12
13
13
features.iwlwifi = true;