linux: 5.4-rc5 -> 5.4-rc6

This commit is contained in:
Tim Steinbach 2019-11-04 09:38:27 -05:00
parent 348bafc1df
commit c97ca709c1
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.4-rc5";
version = "5.4-rc6";
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 = "0047f1vq93cq9qa0550dnilci0qxy4ygc6brhcr6xbwqakglwr18";
sha256 = "0ypazqr6z0n8fwaawxca0i56bwd4g4q2bw5qwayf0f4402m34xdh";
};
# Should the testing kernels ever be built on Hydra?