linux: 4.19-rc4 -> 4.19-rc5

This commit is contained in:
Tim Steinbach 2018-09-23 19:56:43 -04:00
parent cc72143f7d
commit dc401331b3
No known key found for this signature in database
GPG Key ID: C5629893DE283C96

View File

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