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

lynis: 3.0.1 -> 3.0.3
This commit is contained in:
Ryan Mulligan 2021-01-20 21:32:13 -08:00 committed by GitHub
commit b68a3e7906
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.1";
version = "3.0.3";
src = fetchFromGitHub {
owner = "CISOfy";
repo = pname;
rev = version;
sha256 = "0lsb455rimr1cjxqcgy819xjxf1faas8wlx2x0pxhn5yha9w9sfs";
sha256 = "sha256-+RkzsBcQhHrfY8gEiJK3ptDeulJzA3IuVXiYEpyAsmk=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];