linux: 4.20-rc4 -> 4.20-rc5

This commit is contained in:
Tim Steinbach 2019-01-27 20:55:57 -05:00
parent 2a40236e60
commit e1ddb90ca8
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

@ -1,13 +1,13 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "5.0-rc3";
modDirVersion = "5.0.0-rc3";
version = "5.0-rc4";
modDirVersion = "5.0.0-rc4";
extraMeta.branch = "5.0";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "03xw2zfa6cxy5vdfrfh536mh3gcm8hvj69ggpqixm8d1gqg0nln6";
sha256 = "061afxv1d29w5kkb1rxrz3ax7pc5x8yhx5yjf9p1dbh7lw64rglh";
};
# Should the testing kernels ever be built on Hydra?