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

lynis: 2.6.3 -> 2.6.4
This commit is contained in:
Jörg Thalheim 2018-05-07 12:14:09 +01:00 committed by GitHub
commit 438f933916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "lynis";
version = "2.6.3";
version = "2.6.4";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "CISOfy";
repo = "${pname}";
rev = "${version}";
sha256 = "17xfs0jr0rf8xvk860l2wpxg0h1m2c1dq41lqnq6wga9jifxmzqd";
sha256 = "1p449gsackcavw5h9yn0ckk1fkakx9d55izi22gh8wfvijdfhw10";
};
nativeBuildInputs = [ makeWrapper perl ];