linux: 4.16-rc7 -> 4.17-rc1

This commit is contained in:
Tim Steinbach
2018-04-17 20:28:11 -04:00
parent 329ca7db6c
commit f8665f18fb
2 changed files with 10 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.16-rc7";
modDirVersion = "4.16.0-rc7";
extraMeta.branch = "4.16";
version = "4.17-rc1";
modDirVersion = "4.17.0-rc1";
extraMeta.branch = "4.17";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "13zpfjxd38202afjl6flc9brjw3sp4sfq3wls0v90k1i2b308qfi";
sha256 = "0a3lrax6f8f98lj65aawpqkzkmxcl2x4h20kr0cr7wf0jvpnn5y3";
};
# Should the testing kernels ever be built on Hydra?