linux: 5.11-rc1 -> 5.11-rc2

Added temporary patch for a syntax error in the wireless drivers
This commit is contained in:
Tim Steinbach
2021-01-04 13:35:39 -05:00
parent 9af686703d
commit f284b44089
3 changed files with 13 additions and 2 deletions

View File

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