Merge pull request #124096 from r-ryantm/auto-update/lynis

lynis: 3.0.3 -> 3.0.4
This commit is contained in:
Fabian Affolter 2021-05-23 15:49:05 +02:00 committed by GitHub
commit 90cafaba30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lynis";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "CISOfy";
repo = pname;
rev = version;
sha256 = "sha256-+RkzsBcQhHrfY8gEiJK3ptDeulJzA3IuVXiYEpyAsmk=";
sha256 = "sha256-/pF1V8ZsylQOCW7K/O0R3HYYDdsdNDVmmUar21EzpcQ=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Security auditing tool for Linux, macOS, and UNIX-based systems";
homepage = "https://cisofy.com/lynis/";
license = licenses.gpl3;
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = [ maintainers.ryneeverett ];
};