linux: 5.8-rc7 -> 5.9-rc1

This commit is contained in:
Tim Steinbach 2020-08-18 10:00:27 -04:00
parent f9b57fd66a
commit 0a84375ddb
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -3,15 +3,15 @@
with stdenv.lib;
buildLinux (args // rec {
version = "5.8-rc7";
extraMeta.branch = "5.8";
version = "5.9-rc1";
extraMeta.branch = "5.9";
# modDirVersion needs to be x.y.z, will always add .0
modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1v6ch9lwbckmv66w6ysj24ap41pfxq55ssrfkg0qyz2pv0mc1rxc";
sha256 = "08x6s4wydbrr4rqq3zfxq6qmnha4ikn7m9rmdqd42hmxl2ynqxla";
};
# Should the testing kernels ever be built on Hydra?