summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 02:25:24 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 02:25:24 -0700
commit4f42e75c0a1ca16f06c9fe71694bd912ea01b05a (patch)
treeb9b2173e8f92c2ff2d509e88cdb270b690b8c583 /pkgs/tools/security
parentfd2bd6e433fee4102b81f7d233febbf26917f078 (diff)
downloadnixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar.gz
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar.bz2
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar.lz
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar.xz
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.tar.zst
nixpkgs-4f42e75c0a1ca16f06c9fe71694bd912ea01b05a.zip
lynis: 2.7.3 -> 2.7.4
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 dfbda2b5e07..198e33c8500 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.3";
+  version = "2.7.4";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "0md1w86i3fy9l78i98ijr5136nbhdiik2dxyw9qnzmvdlvkqmw70";
+    sha256 = "1jjk5hcxmp4f4ppsljiq95l2ln6b03azydap3b35lsvxkjybv88k";
   };
 
   nativeBuildInputs = [ makeWrapper ];