From d5df399a4b0e9bab8aed9205053315515281e94a Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 1 Sep 2014 15:09:57 +0200 Subject: [PATCH] gradm: Update from 3.0-201405281853 -> 3.0-201408301734 --- pkgs/os-specific/linux/gradm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/gradm/default.nix b/pkgs/os-specific/linux/gradm/default.nix index 87e8fa5b074..404d785146c 100644 --- a/pkgs/os-specific/linux/gradm/default.nix +++ b/pkgs/os-specific/linux/gradm/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { name = "gradm-${version}"; - version = "3.0-201405281853"; + version = "3.0-201408301734"; src = fetchurl { url = "http://grsecurity.net/stable/${name}.tar.gz"; - sha256 = "0yjmbjhm71cik5j8h2prgk40wki3sflwbf2zqmc4pwaqlvis9s2f"; + sha256 = "171i1jyw82dnv2fi4dnh40dw1wa5hrllnpjf181cafnzxjpyb45i"; }; buildInputs = [ gcc coreutils findutils binutils pam flex bison bash ];