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-03-10 23:41:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 23:41:48 +0000
commit2cc9cd4208b5a16a0f8e1d900b4e0f32083ebf6b (patch)
tree13fbcee2a8e49b642a1f2789203ec22c6ceda6d8 /pkgs/tools/security/hcxtools
parent86ee8dd8ff48f2da3577077720adf587b72908b8 (diff)
hcxtools: 6.1.5 -> 6.1.6
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 20e28fa125387..9478844055e1c 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.1.5";
+  version = "6.1.6";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "1xvr89r6287788bx5qbw9sr8jvmajps0rpc7fvh9bfzb6zw2rq6w";
+    sha256 = "sha256-x6sVFjM2GMGqpoAW7CtCLUoEAYLgulaUKXequQ7DmGQ=";
   };
 
   nativeBuildInputs = [ pkg-config ];