lynis: 2.7.0 -> 2.7.1

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-02-04 19:25:56 -08:00
parent 8f58e00226
commit 75b3e6753e

View File

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