about summary refs log tree commit diff
path: root/pkgs/tools/security/hcxtools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 11:32:49 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 11:32:49 +0000
commit8f09f750daedce7d9a089240ff122b5603e143ed (patch)
tree6e548c305ae3dbfbf31e9868a721ce90e841cf0d /pkgs/tools/security/hcxtools
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
hcxtools: 6.0.2 -> 6.0.3
Diffstat (limited to 'pkgs/tools/security/hcxtools')
-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 5634ee6cff062..a81c1ef75cf06 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 = "6.0.2";
+  version = "6.0.3";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "0a36184igdgs2h83zr4zihc5acps91ipmgph37jakvzwrsn64ma6";
+    sha256 = "0s9l5mvzcv6hnj7h28piabnm66b09hk2l57vb85ny35w99hzpkc0";
   };
 
   buildInputs = [ curl openssl zlib ];