diff options
author | Tim Steinbach | 2017-11-05 16:47:03 -0500 |
---|---|---|
committer | Tim Steinbach | 2017-11-05 16:47:03 -0500 |
commit | 30f6d630f1908d05da1d22aff80c489f3c09652d (patch) | |
tree | a2b7710b0a82cb6fb21a38c107fb77e8379c45e5 /pkgs/os-specific | |
parent | 8c190c3f7d49be0469645157297bb2f0773e8f87 (diff) |
linux: 4.14.0-rc7 -> 4.14.0-rc8
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r-- | pkgs/os-specific/linux/kernel/linux-testing.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-testing.nix b/pkgs/os-specific/linux/kernel/linux-testing.nix index 8c8fd3c97337..54e37e721303 100644 --- a/pkgs/os-specific/linux/kernel/linux-testing.nix +++ b/pkgs/os-specific/linux/kernel/linux-testing.nix @@ -1,13 +1,13 @@ { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args: import ./generic.nix (args // rec { - version = "4.14-rc7"; - modDirVersion = "4.14.0-rc7"; + version = "4.14-rc8"; + modDirVersion = "4.14.0-rc8"; extraMeta.branch = "4.14"; src = fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - sha256 = "1w7b1sc5dsxcqywsdbwgs92i8jpj7hsnss67yzb58z3bz3hb73m3"; + sha256 = "0ir2ggflm1xjnn1kvv2c99m5zni5kg0ygzlpm588wnhkzd93nqjh"; }; # Should the testing kernels ever be built on Hydra? |