summary refs log tree commit diff
path: root/pkgs/tools/security/lynis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 17:14:03 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 17:14:03 +0000
commite67449831bdc337e62052710a8f5e9a2de902173 (patch)
tree6338ffce7b7b8a98e284773989c7e0915b5406d4 /pkgs/tools/security/lynis
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
downloadnixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar.gz
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar.bz2
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar.lz
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar.xz
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.tar.zst
nixpkgs-e67449831bdc337e62052710a8f5e9a2de902173.zip
lynis: 2.7.5 -> 3.0.0
Diffstat (limited to 'pkgs/tools/security/lynis')
-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 bbed166d759..975288d0ab0 100644
--- a/pkgs/tools/security/lynis/default.nix
+++ b/pkgs/tools/security/lynis/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "lynis";
-  version = "2.7.5";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = pname;
     rev = version;
-    sha256 = "1lkkbvxm0rgrrlx0szaxmf8ghc3d26wal96sgqk84m37mvs1f7p0";
+    sha256 = "05p8h2ww4jcc6lgxrm796cbvlfmw26rxq5fmw0xxavbpadiw752j";
   };
 
   nativeBuildInputs = [ makeWrapper ];