summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2020-04-03 22:04:02 +0300
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-05 15:37:30 +0200
commitf5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b (patch)
tree9904b0b3d2062168a84752b7394c4479eb8d0cbe /pkgs/tools/security
parent8986e95dca62c694921609f1f134f1071b5d6382 (diff)
downloadnixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar.gz
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar.bz2
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar.lz
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar.xz
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.tar.zst
nixpkgs-f5e0ebf1e6afe118fa218f0b4f8714f1affe0f9b.zip
hcxtools: 5.3.0 -> 6.0.1
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/hcxtools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/hcxtools/default.nix b/pkgs/tools/security/hcxtools/default.nix
index 8e70e0def41..84517ce2bd8 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.3.0";
+  version = "6.0.1";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "1pqvxncpcnwxs89imma01ry30bz7cjifm8wz1s80yclkxxf80php";
+    sha256 = "0r7pjz89chgb7zl2pqgw3zb1z8cgwp0nxmqvmkv0jn1m9dw3f44f";
   };
 
   buildInputs = [ curl openssl zlib ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats";
-    homepage = https://github.com/ZerBea/hcxtools;
+    homepage = "https://github.com/ZerBea/hcxtools";
     license = licenses.mit;
     platforms = platforms.linux;
     maintainers = with maintainers; [ dywedir ];