Skip to content

Commit b13a6d5

Browse files
committedSep 25, 2017
linux: 4.14-rc1 -> 4.14-rc2
1 parent 9d9a28f commit b13a6d5

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

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

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

1313
# Should the testing kernels ever be built on Hydra?

0 commit comments

Comments
 (0)
Please sign in to comment.