linux: 5.7-rc2 -> 5.7-rc3

This commit is contained in:
Tim Steinbach 2020-05-01 11:43:22 -04:00
parent 15d761a525
commit 61b97c17d6
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.7-rc2";
version = "5.7-rc3";
extraMeta.branch = "5.7";
# 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 = "06h7lrif84gyzblrdgg4cirsr2v69sdbymwkk89nr3gc87hnjlvs";
sha256 = "0gq4bdzz2px85l3fa9dq3jh3lp4c9kgph4njq6yxf9g3h0ifq7c6";
};
# Should the testing kernels ever be built on Hydra?