From 52477b0a0b49fc6253872fcdbffa9e40c17fa235 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Mon, 9 May 2016 16:38:44 +0200 Subject: [PATCH] kernelPatches.grsecurity_4_5: 201605060852 -> 201605080858 --- pkgs/os-specific/linux/kernel/patches.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index c22ef98249c..213d8e73dbe 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -106,8 +106,8 @@ rec { { kernel = pkgs.grsecurity_base_linux_4_5; patches = [ grsecurity_fix_path_4_5 ]; kversion = "4.5.3"; - revision = "201605060852"; - sha256 = "1yg5fp60nay2cvnpxnx29995wk04r995y9030dwkgk3xpxifr6z1"; + revision = "201605080858"; + sha256 = "0m6x45n9ayn4022r64dx7lxfxg3s632hlrr0260ac9gc0abyk06j"; }; grsecurity_latest = grsecurity_4_5;