summary refs log tree commit diff
path: root/pkgs/tools/security/lynis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:03:45 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 18:03:45 -0700
commit22087672bc697365f75cb23c592bf167e4dede83 (patch)
tree8809ac94f5e4cc4a3fc0325f1a4da1e3a1f50363 /pkgs/tools/security/lynis
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar.gz
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar.bz2
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar.lz
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar.xz
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.tar.zst
nixpkgs-22087672bc697365f75cb23c592bf167e4dede83.zip
lynis: 2.6.4 -> 2.6.5
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.

These checks were done:

- built on NixOS
- /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5/bin/lynis passed the binary check.
- /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5/bin/.lynis-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.6.5 with grep in /nix/store/nbrk6fjsbanqgx89v0mwgq9x6cqkwx6p-lynis-2.6.5
- directory tree listing: https://gist.github.com/4ec2eae2a408cbec08c7f34ea3d85e66
- du listing: https://gist.github.com/f8d9c962be7ba2b02df3ad9111a622ae
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 56a47ea3874..f241d581607 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.4";
+  version = "2.6.5";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "1p449gsackcavw5h9yn0ckk1fkakx9d55izi22gh8wfvijdfhw10";
+    sha256 = "0q8irq7hmb0nalmc8xn13d08j0qf6sxfiq2c9s7z1c0gd357gmh9";
   };
 
   nativeBuildInputs = [ makeWrapper perl ];