linux: 5.10-rc3 -> 5.10-rc4

This commit is contained in:
Tim Steinbach 2020-11-16 12:33:18 -05:00
parent f9dd0f679c
commit bb15fa7427
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -3,7 +3,7 @@
with stdenv.lib; with stdenv.lib;
buildLinux (args // rec { buildLinux (args // rec {
version = "5.10-rc3"; version = "5.10-rc4";
extraMeta.branch = "5.10"; extraMeta.branch = "5.10";
# 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 = "08zwz6rjpd6nzhzs1hwix3709w22495sxcs0ajizyq50pydn77vd"; sha256 = "1fc68lka76n1dygyn914c4vhxqzwv951pp4kdkrr0jv5nvdnyplb";
}; };
# Should the testing kernels ever be built on Hydra? # Should the testing kernels ever be built on Hydra?