mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
gradm: 3.1-202012071814 -> 3.1-202102241600
This commit is contained in:
parent
0899b830f8
commit
b85094e0e9
@ -5,11 +5,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gradm";
|
||||
version = "3.1-202012071814";
|
||||
version = "3.1-202102241600";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://grsecurity.net/stable/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-ghl9P2IYsSHcJsVxJbFwfFS1CTZ2xLxdvyhdk/1OZG4=";
|
||||
url = "https://grsecurity.net/stable/${pname}-${version}.tar.gz";
|
||||
sha256 = "02ni34hpggv00140p9gvh0lqi173zdddd2qhfi96hyr1axd5pl50";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison flex ];
|
||||
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "grsecurity RBAC administration and policy analysis utility";
|
||||
homepage = "https://grsecurity.net";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ thoughtpolice joachifm ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user