linux: 5.0-rc6 -> 5.0-rc7

Also remove interpreter truncation patch, no longer needed in package tree.
This commit is contained in:
Tim Steinbach
2019-02-18 21:10:44 -05:00
parent bb52ff3df8
commit d607715ab3
4 changed files with 3 additions and 55 deletions

View File

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