linux: 5.2-rc6 -> 5.2-rc7

This commit is contained in:
Tim Steinbach 2019-07-01 18:29:15 -04:00
parent ec846ecf71
commit 73392e79aa
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

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