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-12 13:58:07 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-12 22:58:07 +0200
commit14e7afdd95bc597b2f28f77232b237310dfcf0d8 (patch)
treec0428203e4e87f64d0f0944942dc736a53128667 /pkgs/tools/security
parentd8b1223da9efad268484e222c9a1bfbd5a5e8aa5 (diff)
downloadnixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar.gz
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar.bz2
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar.lz
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar.xz
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.tar.zst
nixlib-14e7afdd95bc597b2f28f77232b237310dfcf0d8.zip
lynis: 2.6.7 -> 2.6.8 (#46247)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lynis
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 bb7a6a0e7724..8158a4fbfd74 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.7";
+  version = "2.6.8";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "0ayil5bzxqaksmr79x0gxy60k8djzg0bs60jfg8qi6128q6srhar";
+    sha256 = "1g7jxjqvzl78fy770vlg6n6l003nvm452i2g3wnrb1fqcwkrm6ax";
   };
 
   nativeBuildInputs = [ makeWrapper perl ];