linux: 4.16-rc1 -> 4.16-rc3

This commit is contained in:
Tim Steinbach 2018-03-04 11:05:48 -05:00
parent 662b397167
commit 79e46c8af4
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.16-rc1";
modDirVersion = "4.16.0-rc1";
version = "4.16-rc3";
modDirVersion = "4.16.0-rc3";
extraMeta.branch = "4.16";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "19m1scqfcslawsxci0lypy32af315by3rg10lczv0jh2j4gyggmd";
sha256 = "1av2fki8dxcxmm3p8w25njij0akv33ylzf10g8gi7f1qshmlysdp";
};
# Should the testing kernels ever be built on Hydra?