about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-18 10:48:41 +0800
committerGitHub <noreply@github.com>2021-09-18 10:48:41 +0800
commit4d84f48c295745b275ae47d9a300b3364b235e1f (patch)
tree6778c8ab7a88a43cde1e9044c960ceb330824c12 /pkgs/tools/security
parent2c2a20a207156760216e3dc0f86cffcf83686332 (diff)
parent437feb7970d9e6847d3f82ab524b94c0eea33176 (diff)
Merge pull request #138010 from r-ryantm/auto-update/hcxtools
hcxtools: 6.2.0 -> 6.2.4
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 d0fa578207951..2a08ce6a1c8f3 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.2.0";
+  version = "6.2.4";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "sha256-4/kqy0oIe2FdKWtVj11PAUbdWPcKmZ1aIxLx/Zw1E2w=";
+    sha256 = "sha256-C6nAZkkdtBSv4WDxoXPsHzcGglB8PEX3ioFaTydiHsU=";
   };
 
   nativeBuildInputs = [ pkg-config ];