about summary refs log tree commit diff
path: root/pkgs/tools/security/hcxtools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-15 13:39:33 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-15 13:39:33 +0000
commit437feb7970d9e6847d3f82ab524b94c0eea33176 (patch)
tree73e5f854c8113335a3f4161f3c9ae1bcc9fac788 /pkgs/tools/security/hcxtools
parent5663f4625de72248bd108f65daa4f7ff65f5cddc (diff)
hcxtools: 6.2.0 -> 6.2.4
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 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 ];