From 87a110ff23d48f521f7cb9a9ac74ebba484097d7 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Tue, 18 Feb 2020 16:53:46 -0500 Subject: [PATCH] linux: 5.6-rc1 -> 5.6-rc2 (cherry picked from commit 3f448f08aa082b5698e0697dd2224c0d2b4db509) --- pkgs/os-specific/linux/kernel/linux-testing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-testing.nix b/pkgs/os-specific/linux/kernel/linux-testing.nix index 6e3abb792bd9f3..81e39ad647cd8b 100644 --- a/pkgs/os-specific/linux/kernel/linux-testing.nix +++ b/pkgs/os-specific/linux/kernel/linux-testing.nix @@ -3,7 +3,7 @@ with stdenv.lib; buildLinux (args // rec { - version = "5.6-rc1"; + version = "5.6-rc2"; extraMeta.branch = "5.6"; # modDirVersion needs to be x.y.z, will always add .0 @@ -11,7 +11,7 @@ buildLinux (args // rec { src = fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - sha256 = "1ir7mdzxrin7k6a7ldfmpl9bbapkr99l3pd07dv8589vcrd43zlh"; + sha256 = "1b3ds8dv5rc9f4c3czj689dxbl8lyrmnfk6ywa51h9vx3lsd5jrp"; }; # Should the testing kernels ever be built on Hydra?