summary refs log tree commit diff
path: root/pkgs/tools/security/lynis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:12:56 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:12:56 -0700
commitb8e09cdb1e08ca406c4b921b7f21d266bbe6a322 (patch)
tree7564ed1d91a9ccb96778b15846c32141673c8b07 /pkgs/tools/security/lynis
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar.gz
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar.bz2
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar.lz
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar.xz
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.tar.zst
nixpkgs-b8e09cdb1e08ca406c4b921b7f21d266bbe6a322.zip
lynis: 2.6.3 -> 2.6.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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/6z5szmm4m9jix1062zrp1m556g75lbwf-lynis-2.6.4/bin/lynis -V’ and found version 2.6.4
- ran ‘/nix/store/6z5szmm4m9jix1062zrp1m556g75lbwf-lynis-2.6.4/bin/lynis --version’ and found version 2.6.4
- ran ‘/nix/store/6z5szmm4m9jix1062zrp1m556g75lbwf-lynis-2.6.4/bin/.lynis-wrapped -V’ and found version 2.6.4
- ran ‘/nix/store/6z5szmm4m9jix1062zrp1m556g75lbwf-lynis-2.6.4/bin/.lynis-wrapped --version’ and found version 2.6.4
- found 2.6.4 with grep in /nix/store/6z5szmm4m9jix1062zrp1m556g75lbwf-lynis-2.6.4
- directory tree listing: https://gist.github.com/bb3a08cde57013b3af4f2511af3cc77c
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 e0a11f57418..56a47ea3874 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.3";
+  version = "2.6.4";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "CISOfy";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "17xfs0jr0rf8xvk860l2wpxg0h1m2c1dq41lqnq6wga9jifxmzqd";
+    sha256 = "1p449gsackcavw5h9yn0ckk1fkakx9d55izi22gh8wfvijdfhw10";
   };
 
   nativeBuildInputs = [ makeWrapper perl ];