summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2019-06-18 12:46:57 +0300
committerGitHub <noreply@github.com>2019-06-18 12:46:57 +0300
commitabf2c876d65e4594530053d6870803884a47a62c (patch)
treeefd9fbad2ed760c878f08ee3c7d498651c7d2b05 /pkgs/tools/security
parent8cef6ec5fe5164b3bfe891e310757def58c8077a (diff)
parent7295e0122a155f18e83cd6a464410dd027df538f (diff)
hcxtools: 5.1.4 -> 5.1.6 (#63264)
hcxtools: 5.1.4 -> 5.1.6
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 ];