linux: 5.10-rc6 -> 5.11-rc1

This commit is contained in:
Tim Steinbach 2020-12-28 11:22:43 -05:00
parent 0b8b53eec0
commit 80e3ca6f4a
No known key found for this signature in database
GPG Key ID: FD36A5EAAC49035A

@ -3,15 +3,15 @@
with stdenv.lib;
buildLinux (args // rec {
version = "5.10-rc6";
extraMeta.branch = "5.10";
version = "5.11-rc1";
extraMeta.branch = "5.11";
# 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 = "14ykzs98r918sqv7lddlps4r7hza1zgw0x67mmj77cmqiv6d8ffi";
sha256 = "sha256-nPJpz058khWE83QV9ITylTXjimBBw7SQwg7WBjWA7H0=";
};
# Should the testing kernels ever be built on Hydra?