linux: 5.9-rc1 -> 5.9-rc2

This commit is contained in:
Tim Steinbach 2020-08-24 10:56:22 -04:00
parent e467148f67
commit 24c18f1313
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

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