linux: 4.18-rc1 -> 4.18-rc2

This commit is contained in:
Tim Steinbach 2018-06-25 20:14:03 -04:00
parent 8bc9419d00
commit b385d04697
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-rc1";
modDirVersion = "4.18.0-rc1";
version = "4.18-rc2";
modDirVersion = "4.18.0-rc2";
extraMeta.branch = "4.18";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1wzxnzhxmzn5gygxs1vm4iawknpivr5kn1mav8l1ll3q7s5xqjnr";
sha256 = "04vflzj14wvvkj3lsbabsw0239y58cdd8g5kciqz1ydhdlgifpza";
};
# Should the testing kernels ever be built on Hydra?