lynis: 3.0.7 -> 3.0.8

This commit is contained in:
Fabian Affolter 2022-05-26 21:59:45 +02:00
parent d91c644006
commit d0feef8c2a

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 ];