about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-27 07:49:48 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-27 15:49:48 +0100
commit3efcc923b3749ba33c8816caa43c21a1062a16b4 (patch)
treed119212486fcaa3e3c4d2b8da05e81b8174199d3 /pkgs/tools/security
parentd7c393239d9de01a197c1f6f6d746872cb971030 (diff)
downloadnixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar.gz
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar.bz2
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar.lz
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar.xz
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.tar.zst
nixlib-3efcc923b3749ba33c8816caa43c21a1062a16b4.zip
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
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/lynis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/lynis/default.nix b/pkgs/tools/security/lynis/default.nix
index c72f75e24e27..ceff23911c7e 100644
--- a/pkgs/tools/security/lynis/default.nix
+++ b/pkgs/tools/security/lynis/default.nix
@@ -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 ];