linux: 4.19-rc2 -> 4.19-rc3

This commit is contained in:
Tim Steinbach 2018-09-10 11:40:41 -04:00
parent 2d4dcefd9e
commit 4a6b5503aa
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

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