lynis: 3.0.1 -> 3.0.3

This commit is contained in:
R. RyanTM 2021-01-20 05:45:18 +00:00
parent 35b89f31e3
commit 1d6ebd3f20

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lynis";
version = "3.0.1";
version = "3.0.3";
src = fetchFromGitHub {
owner = "CISOfy";
repo = pname;
rev = version;
sha256 = "0lsb455rimr1cjxqcgy819xjxf1faas8wlx2x0pxhn5yha9w9sfs";
sha256 = "sha256-+RkzsBcQhHrfY8gEiJK3ptDeulJzA3IuVXiYEpyAsmk=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];