linux_testing: 5.9-rc2 -> 5.9-rc3

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-08-31 17:20:53 -05:00
parent abfafe8681
commit 03720f1cfb
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

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