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