From 3995b586a5c1b9122212bdc3837f6da54a8b5667 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Sun, 20 May 2018 22:45:32 -0400 Subject: [PATCH] linux: 4.17-rc5 -> 4.17-rc6 --- pkgs/os-specific/linux/kernel/linux-testing.nix | 6 +++--- 1 file 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 691c0d7a0a9..e61e9a354de 100644 --- a/pkgs/os-specific/linux/kernel/linux-testing.nix +++ b/pkgs/os-specific/linux/kernel/linux-testing.nix @@ -1,13 +1,13 @@ { stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args: buildLinux (args // rec { - version = "4.17-rc5"; - modDirVersion = "4.17.0-rc5"; + version = "4.17-rc6"; + modDirVersion = "4.17.0-rc6"; extraMeta.branch = "4.17"; src = fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - sha256 = "1khx3s8nb604h23hasamshcvcwll0j4vi5v6v274ls01ja9mg1xk"; + sha256 = "16x8bwhaj35fqhl773qxwabs1rhl3ayapizjsqyzn92pggsgy6p8"; }; # Should the testing kernels ever be built on Hydra?