Merge pull request #99041 from srid/patch-1

linux: 5.9-rc6 -> 5.9-rc7
gstqt5
Tim Steinbach 2020-09-29 08:38:11 -04:00 committed by GitHub
commit 47ed7fa4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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