linux: 5.9-rc6 -> 5.9-rc7

This commit is contained in:
Sridhar Ratnakumar 2020-09-28 18:13:37 -04:00 committed by GitHub
parent 046c6a7038
commit 6fb67d3e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
with stdenv.lib; with stdenv.lib;
buildLinux (args // rec { buildLinux (args // rec {
version = "5.9-rc6"; version = "5.9-rc7";
extraMeta.branch = "5.9"; extraMeta.branch = "5.9";
# modDirVersion needs to be x.y.z, will always add .0 # modDirVersion needs to be x.y.z, will always add .0
@ -11,7 +11,7 @@ buildLinux (args // rec {
src = fetchurl { src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1zg93k1fl73qd46kbvz2y4ahsm208d63dj89jdlnb64gfpppf373"; sha256 = "19ma3bbr8k85nkchm9n7b1zxv5wsk4h7g6br0xs2fsp3mx2s3ngs";
}; };
# Should the testing kernels ever be built on Hydra? # Should the testing kernels ever be built on Hydra?