Skip to content

Commit 1d1275e

Browse files
committedMar 5, 2018
linux: 4.16-rc3 -> 4.16-rc4
1 parent ddf13e6 commit 1d1275e

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

33
buildLinux (args // rec {
4-
version = "4.16-rc3";
5-
modDirVersion = "4.16.0-rc3";
4+
version = "4.16-rc4";
5+
modDirVersion = "4.16.0-rc4";
66
extraMeta.branch = "4.16";
77

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.