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:11:21 -05:00
parent bb52ff3df8
commit d607715ab3
4 changed files with 3 additions and 55 deletions
@@ -57,11 +57,4 @@ rec {
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
};
};
# https://github.com/NixOS/nixpkgs/issues/53672
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78
interpreter-trunc = {
name = "interpreter-trunc";
patch = ./interpreter-trunc.patch;
};
}