about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-28 13:41:04 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-28 22:41:04 +0200
commit608b5b10ded52afed874fb917e080667ea22e115 (patch)
treeb02eedb242c0e0d4cccc87227af0c48d13ed6070 /pkgs/tools/security
parenta866edc9bf09c1bddf46aed41a7791ffe8e84f48 (diff)
downloadnixlib-608b5b10ded52afed874fb917e080667ea22e115.tar
nixlib-608b5b10ded52afed874fb917e080667ea22e115.tar.gz
nixlib-608b5b10ded52afed874fb917e080667ea22e115.tar.bz2
nixlib-608b5b10ded52afed874fb917e080667ea22e115.tar.lz
nixlib-608b5b10ded52afed874fb917e080667ea22e115.tar.xz
nixlib-608b5b10ded52afed874fb917e080667ea22e115.tar.zst
nixlib-608b5b10ded52afed874fb917e080667ea22e115.zip
lynis: 2.6.8 -> 2.6.9 (#47015)
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 8158a4fbfd74..ad345afb5fcc 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.6.8";
+  version = "2.6.9";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "1g7jxjqvzl78fy770vlg6n6l003nvm452i2g3wnrb1fqcwkrm6ax";
+    sha256 = "125p5vpc2ksn0nab8y4ckfgx13rlv3w95amgighiqkh15ccji5kq";
   };
 
   nativeBuildInputs = [ makeWrapper perl ];