summary refs log tree commit diff
path: root/pkgs/build-support/grsecurity/default.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-23 14:29:34 +0000
committerDan Peebles <pumpkin@me.com>2016-01-23 14:29:34 +0000
commit33cf0792b1d253b2994ae23d313ab0191ddfa2cf (patch)
tree7f6e9d52f636046d47ad47073f62d517e26db4c8 /pkgs/build-support/grsecurity/default.nix
parentf18317885a51ec613d05762c04a7e5cd745d5768 (diff)
downloadnixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.gz
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.bz2
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.lz
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.xz
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.zst
nixpkgs-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.zip
grsecurity-testing: update patches and associated kernel version
Diffstat (limited to 'pkgs/build-support/grsecurity/default.nix')
-rw-r--r--pkgs/build-support/grsecurity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/grsecurity/default.nix b/pkgs/build-support/grsecurity/default.nix
index 3bf40a2e8d6..db450ab9eb9 100644
--- a/pkgs/build-support/grsecurity/default.nix
+++ b/pkgs/build-support/grsecurity/default.nix
@@ -33,7 +33,7 @@ let
 
     grKernel = if cfg.stable
                then mkKernel pkgs.linux_3_14 stable-patch
-               else mkKernel pkgs.linux_4_2 test-patch;
+               else mkKernel pkgs.linux_4_3 test-patch;
 
     ## -- grsecurity configuration ---------------------------------------------