linux-testing: 5.4-rc6 -> 5.4-rc7

This commit is contained in:
Tim Steinbach 2019-11-12 16:22:03 -05:00
parent 44d80a5c56
commit f078de4c0a

View File

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