Skip to content

Commit 205abc1

Browse files
committedApr 10, 2017
linux: 4.11-rc5 -> 4.11-rc6
1 parent 6049560 commit 205abc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/linux-testing.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.11-rc5";
5-
modDirVersion = "4.11.0-rc5";
4+
version = "4.11-rc6";
5+
modDirVersion = "4.11.0-rc6";
66
extraMeta.branch = "4.11";
77

88
src = fetchurl {
99
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
10-
sha256 = "0qmb8sssh4f4zhvasy20k30r8cwc03qm5ql3b25cj16cn3frp0q7";
10+
sha256 = "1lrljxlx6s9rfwbzsl9ixhihf53rm7bwwah9756ar2siimrncvmr";
1111
};
1212

1313
features.iwlwifi = true;

0 commit comments

Comments
 (0)
Please sign in to comment.