3
0
Fork 0
forked from mirrors/nixpkgs

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

lynis: 2.6.4 -> 2.6.5
This commit is contained in:
lewo 2018-07-01 20:00:21 +02:00 committed by GitHub
commit deb82d8505
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.4";
version = "2.6.5";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "CISOfy";
repo = "${pname}";
rev = "${version}";
sha256 = "1p449gsackcavw5h9yn0ckk1fkakx9d55izi22gh8wfvijdfhw10";
sha256 = "0q8irq7hmb0nalmc8xn13d08j0qf6sxfiq2c9s7z1c0gd357gmh9";
};
nativeBuildInputs = [ makeWrapper perl ];