linux_testing: 5.2-rc4 -> 5.2-rc5

Signed-off-by: Austin Seipp <as@fastly.com>
This commit is contained in:
Austin Seipp 2019-06-16 17:31:13 -05:00
parent 046d53c29c
commit f71d8bd500

View File

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