about summary refs log tree commit diff
path: root/pkgs/tools/security/hcxtools
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2019-08-23 23:14:23 +0300
committerVladyslav M <dywedir@gra.red>2019-08-23 23:14:23 +0300
commit9a2b01ad8c40d6f98618233e28a443e570fe3687 (patch)
treea12eb636682d516923ff859146c604ef0bd03742 /pkgs/tools/security/hcxtools
parenta8d3aebdce8a2ffb0134fac33e2e9da18aebeb06 (diff)
hcxtools: 5.1.6 -> 5.2.0
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 20ad5bbc0b270..216d58192fbc1 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.6";
+  version = "5.2.0";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8";
+    sha256 = "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn";
   };
 
   buildInputs = [ curl openssl zlib ];