Skip to content

Commit

Permalink
Merge pull request #117722 from rmcgibbo/gradm
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed May 17, 2021
2 parents 637b453 + b85094e commit 10b6dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/gradm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 10b6dce

Please sign in to comment.