lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gradm: 3.1-202012071814 -> 3.1-202102241600

+4 -4
+4 -4
pkgs/os-specific/linux/gradm/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "gradm"; 8 - version = "3.1-202012071814"; 8 + version = "3.1-202102241600"; 9 9 10 10 src = fetchurl { 11 - url = "http://grsecurity.net/stable/${pname}-${version}.tar.gz"; 12 - sha256 = "sha256-ghl9P2IYsSHcJsVxJbFwfFS1CTZ2xLxdvyhdk/1OZG4="; 11 + url = "https://grsecurity.net/stable/${pname}-${version}.tar.gz"; 12 + sha256 = "02ni34hpggv00140p9gvh0lqi173zdddd2qhfi96hyr1axd5pl50"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ bison flex ]; ··· 44 44 meta = with lib; { 45 45 description = "grsecurity RBAC administration and policy analysis utility"; 46 46 homepage = "https://grsecurity.net"; 47 - license = licenses.gpl2; 47 + license = licenses.gpl2Only; 48 48 platforms = platforms.linux; 49 49 maintainers = with maintainers; [ thoughtpolice joachifm ]; 50 50 };