Skip to content

Commit 979817d

Browse files
committedJul 31, 2017
linux-testing: 4.13-rc2 -> 4.13-rc3
Tested via building the linux_testing attribute, but didn't test it at runtime (yet). Diffed unpacked tarball against my local git clone and the contents match. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
1 parent 740d763 commit 979817d

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, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.13-rc2";
5-
modDirVersion = "4.13.0-rc2";
4+
version = "4.13-rc3";
5+
modDirVersion = "4.13.0-rc3";
66
extraMeta.branch = "4.13";
77

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

1313
features.iwlwifi = true;

0 commit comments

Comments
 (0)
Please sign in to comment.