Merge pull request #174792 from fabaff/lynis-bump

lynis: 3.0.7 -> 3.0.8
This commit is contained in:
Fabian Affolter 2022-05-27 00:33:07 +02:00 committed by GitHub
commit f235aa55fe
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.7";
version = "3.0.8";
src = fetchFromGitHub {
owner = "CISOfy";
repo = pname;
rev = version;
sha256 = "sha256-tO9/egY4eNwQpCZU0zx8G3k4UYsf7S3tUdr6pCMTAWU=";
sha256 = "sha256-fPQX/Iz+dc3nF3xMPt0bek4JC2XSHe4aC4O0tZwLf6Y=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];