3
0
Fork 0
forked from mirrors/nixpkgs

Mark the kernel branch; put in the reminder about grsecurity

This commit is contained in:
Michael Raskin 2015-02-09 21:51:48 +03:00
parent c14348a51d
commit 0e73d1f9a5

View file

@ -3,6 +3,8 @@
import ./generic.nix (args // rec {
version = "3.19";
modDirVersion = "3.19.0";
# Remember to update grsecurity!
extraMeta.branch = "3.19";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";