linux: 5.1-rc5 -> 5.1-rc6

This commit is contained in:
Tim Steinbach 2019-04-22 09:31:28 -04:00
parent b23f87e35b
commit 527dfd3ba9
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

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