linux: 4.14-rc6 -> 4.14-rc7

This commit is contained in:
Tim Steinbach 2017-10-30 08:30:29 -04:00
parent d8987135c2
commit 70f35a99a4
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.14-rc6";
modDirVersion = "4.14.0-rc6";
version = "4.14-rc7";
modDirVersion = "4.14.0-rc7";
extraMeta.branch = "4.14";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "0gmxrf4jmw8xl5gx487chyx94yas7rva5jbkczm9iw9sw0c8gwcb";
sha256 = "1w7b1sc5dsxcqywsdbwgs92i8jpj7hsnss67yzb58z3bz3hb73m3";
};
# Should the testing kernels ever be built on Hydra?