linux: 4.18-rc8 -> 4.19-rc1

This commit is contained in:
Tim Steinbach 2018-08-26 21:50:19 -04:00
parent c2c13157bb
commit f412e19996
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 5 additions and 5 deletions

View File

@ -302,7 +302,7 @@ let
CIFS_XATTR = yes;
CIFS_POSIX = yes;
CIFS_FSCACHE = yes;
CIFS_STATS = yes;
CIFS_STATS = whenOlder "4.19" yes;
CIFS_WEAK_PW_HASH = yes;
CIFS_UPCALL = yes;
CIFS_ACL = yes;

View File

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