lynis: 3.0.8 -> 3.0.9

This commit is contained in:
R. Ryantm 2023-08-06 05:40:07 +00:00
parent 97bd658852
commit 44e748795c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lynis";
version = "3.0.8";
version = "3.0.9";
src = fetchFromGitHub {
owner = "CISOfy";
repo = pname;
rev = version;
sha256 = "sha256-fPQX/Iz+dc3nF3xMPt0bek4JC2XSHe4aC4O0tZwLf6Y=";
sha256 = "sha256-Qf5YVvsw4o2ZS3KjrHPJt8+iPr7G97egdDRN+peL8eU=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];