tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.11-rc3 -> 4.11-rc4
Tim Steinbach
9 years ago
310bb3e6
9a0a75ca
+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-rc3";
5
5
-
modDirVersion = "4.11.0-rc3";
4
4
+
version = "4.11-rc4";
5
5
+
modDirVersion = "4.11.0-rc4";
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 = "07y54bl2i4qsz36hwbp3k56k8hzjyvs82cimrg0hnp2xca537vxz";
10
10
+
sha256 = "0kvp5zkq54ahxp59d33fpzf3jpr5k0jjfbxc1kfqwxvlkgznmd7h";
11
11
};
12
12
13
13
features.iwlwifi = true;