linux: 4.18-rc5 -> 4.18-rc6

This commit is contained in:
Tim Steinbach 2018-07-22 22:43:14 -04:00
parent f89e07dd24
commit 83be1d081b
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,13 +1,13 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.18-rc5";
modDirVersion = "4.18.0-rc5";
version = "4.18-rc6";
modDirVersion = "4.18.0-rc6";
extraMeta.branch = "4.18";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1r7ia0dc4p8xvyrl5kx9v7ii1m25ly0hg6xyz3zwhaailg1y4jzk";
sha256 = "18xz3pk8z87lk85s6q69ia1n4z03hif7yscnl6j8z85fjycwvf6b";
};
# Should the testing kernels ever be built on Hydra?