lynis: 2.7.1 -> 2.7.2 (#57310)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lynis/versions
This commit is contained in:
R. RyanTM 2019-03-27 07:49:48 -07:00 committed by xeji
parent d7c393239d
commit 3efcc923b3

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "lynis";
version = "2.7.1";
version = "2.7.2";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "CISOfy";
repo = "${pname}";
rev = "${version}";
sha256 = "1nv2dqd2k2n8mcdr6xl5g713xxkgvja6487by1wn4k0b416jij9i";
sha256 = "0dbbfk47dpxx7zpb98n4w3ls3z5di57qnr2nsgxjvp49gk9j3f6k";
};
nativeBuildInputs = [ makeWrapper ];