summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 18:52:59 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 18:52:59 -0700
commit7295e0122a155f18e83cd6a464410dd027df538f (patch)
treeb0f8abca275c5c1bc8c307f50798746a65a8496c /pkgs/tools/security
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
hcxtools: 5.1.4 -> 5.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hcxtools/versions
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/hcxtools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/hcxtools/default.nix b/pkgs/tools/security/hcxtools/default.nix
index 275578d8cb40..20ad5bbc0b27 100644
--- a/pkgs/tools/security/hcxtools/default.nix
+++ b/pkgs/tools/security/hcxtools/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxtools";
- version = "5.1.4";
+ version = "5.1.6";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
- sha256 = "1bkl0j6m5q091fas99s83aclcc5kfwacmkgmyg8565z2npvnj7nf";
+ sha256 = "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8";
};
buildInputs = [ curl openssl zlib ];