3
0
Fork 0
forked from mirrors/nixpkgs

linux: 5.5-rc5 -> 5.5-rc6

This commit is contained in:
Tim Steinbach 2020-01-13 19:53:00 -05:00
parent 180124118a
commit 7184df6beb
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

View file

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