about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 15:34:14 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 15:34:14 -0700
commite0d0188986453f7622c224a807094aa3015e4a10 (patch)
tree2634cdf6702bbdaa0326e62b4f76a518e1356b21 /pkgs/tools/security
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar.gz
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar.bz2
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar.lz
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar.xz
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.tar.zst
nixlib-e0d0188986453f7622c224a807094aa3015e4a10.zip
hcxtools: 5.2.0 -> 5.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hcxtools/versions
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 ];