about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2019-09-27 09:22:23 +0300
committerGitHub <noreply@github.com>2019-09-27 09:22:23 +0300
commit8e1418875a7778e5541ed8564e67c52a72eebc5d (patch)
tree5bd616cdee2a2a3482575dd5e81c14c20355a560 /pkgs/tools/security
parentad773d31e210e4828a40e0b6d2a191592a29451a (diff)
parente0d0188986453f7622c224a807094aa3015e4a10 (diff)
downloadnixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar.gz
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar.bz2
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar.lz
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar.xz
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.tar.zst
nixlib-8e1418875a7778e5541ed8564e67c52a72eebc5d.zip
hcxtools: 5.2.0 -> 5.2.2 (#69600)
hcxtools: 5.2.0 -> 5.2.2
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 216d58192fbc..40e9ee03952b 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.2.0";
+  version = "5.2.2";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = pname;
     rev = version;
-    sha256 = "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn";
+    sha256 = "0jschcjk9z9s3q2f7qcb4nmjmyipar3f0yqbrgmbg3jpgamahykn";
   };
 
   buildInputs = [ curl openssl zlib ];