Skip to content

Commit c90a4b8

Browse files
committedJun 26, 2017
linux: 4.12-rc6 -> 4.12-rc7
1 parent ff04c36 commit c90a4b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎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.12-rc6";
5-
modDirVersion = "4.12.0-rc6";
4+
version = "4.12-rc7";
5+
modDirVersion = "4.12.0-rc7";
66
extraMeta.branch = "4.12";
77

88
src = fetchurl {
99
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10-
sha256 = "0yqs65kmrksphca8f959g9ca9kpdwbp3ad5v594wvwsdk0q4sqgc";
10+
sha256 = "1svfswv0b4gagv1yiavwb22p726h0w81lgxjqq0h9m3gf4xlqp3x";
1111
};
1212

1313
features.iwlwifi = true;

0 commit comments

Comments
 (0)
Please sign in to comment.