linux: 5.8-rc2 -> 5.8-rc4

This commit is contained in:
Tim Steinbach 2020-07-10 10:23:46 -04:00
parent af5accfa96
commit 0416089dc6
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
2 changed files with 3 additions and 3 deletions

@ -269,7 +269,7 @@ let
SND_SOC_SOF_APOLLOLAKE_SUPPORT = yes;
SND_SOC_SOF_CANNONLAKE_SUPPORT = yes;
SND_SOC_SOF_COFFEELAKE_SUPPORT = yes;
SND_SOC_SOF_COMETLAKE_H_SUPPORT = yes;
SND_SOC_SOF_COMETLAKE_H_SUPPORT = whenOlder "5.8" yes;
SND_SOC_SOF_COMETLAKE_LP_SUPPORT = yes;
SND_SOC_SOF_ELKHARTLAKE_SUPPORT = yes;
SND_SOC_SOF_GEMINILAKE_SUPPORT = yes;

@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
version = "5.8-rc2";
version = "5.8-rc4";
extraMeta.branch = "5.8";
# 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 = "03y4p5abmcjm3w5m7p868bqzzrrqz461na9h46f3f99g95z66v09";
sha256 = "16hby58g3h527nrl7gpx8x3zg7s92cwz7p6y15jxnmbv3igdcyib";
};
# Should the testing kernels ever be built on Hydra?