linux_testing: 5.6-rc7 -> 5.7-rc2

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-04-24 10:57:17 -05:00
parent 34276b84c5
commit d403911451
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -3,15 +3,15 @@
with stdenv.lib;
buildLinux (args // rec {
version = "5.6-rc7";
extraMeta.branch = "5.6";
version = "5.7-rc2";
extraMeta.branch = "5.7";
# modDirVersion needs to be x.y.z, will always add .0
modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0wv3ipfm970y2pyadwn5g7hd9bj117qk8jl8sdhrasbsy1p8936i";
sha256 = "06h7lrif84gyzblrdgg4cirsr2v69sdbymwkk89nr3gc87hnjlvs";
};
# Should the testing kernels ever be built on Hydra?