Skip to content

Commit aa73b7d

Browse files
committedMay 22, 2017
linux: 4.12-rc1 -> 4.12-rc2
1 parent 933ab0c commit aa73b7d

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-rc1";
5-
modDirVersion = "4.12.0-rc1";
4+
version = "4.12-rc2";
5+
modDirVersion = "4.12.0-rc2";
66
extraMeta.branch = "4.12";
77

88
src = fetchurl {
99
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
10-
sha256 = "13xyiqn7xv8ryqrfsx8b18qm1zj0qkfz92mdh611nqhhdlw7gcpk";
10+
sha256 = "18p68ig9irblbxbg68jz766158bxr81824q91mnf372i5z9irj9w";
1111
};
1212

1313
features.iwlwifi = true;

0 commit comments

Comments
 (0)
Please sign in to comment.