about summary refs log tree commit diff
path: root/pkgs/tools/security/hcxtools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 14:01:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 14:01:52 +0000
commit441c922aa456b0b29629bbf5dd9d7de7a8d7ad5f (patch)
tree58c18b49e1c475e4986d72cd8e8e66a6ebe16c83 /pkgs/tools/security/hcxtools
parent2d9b7cb5f0a41da95fccc120acf730fd20d8598d (diff)
hcxtools: 6.2.5 -> 6.2.7
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 15abe8449eb03..2a0d0fe940544 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.5";
+  version = "6.2.7";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "sha256-f8QNP4ApBdgZooeWOs4Om2LtIFoiBbe1ZfCzokyzs0I=";
+    sha256 = "sha256-C9Vh8PEbxNm+8KnE6F++2CzvDwAzG/AGBYYTwFZvwBA=";
   };
 
   nativeBuildInputs = [ pkg-config ];