about summary refs log tree commit diff
path: root/pkgs/tools/security/hcxdumptool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-25 09:23:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-25 09:23:29 +0000
commit74ccbf7c1b9400d2c5667679efb2045e21314de4 (patch)
treec9ce1644d9d5c60659a388bd8d01d1c21f59dc68 /pkgs/tools/security/hcxdumptool
parent020ff6989a9ee98f779dc5f9f74b96c4a8090f72 (diff)
hcxdumptool: 6.1.1 -> 6.1.2
Diffstat (limited to 'pkgs/tools/security/hcxdumptool')
-rw-r--r--pkgs/tools/security/hcxdumptool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/hcxdumptool/default.nix b/pkgs/tools/security/hcxdumptool/default.nix
index fc81a395078f9..63752b5f12350 100644
--- a/pkgs/tools/security/hcxdumptool/default.nix
+++ b/pkgs/tools/security/hcxdumptool/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hcxdumptool";
-  version = "6.1.1";
+  version = "6.1.2";
 
   src = fetchFromGitHub {
     owner = "ZerBea";
     repo = "hcxdumptool";
     rev = version;
-    sha256 = "0v6dq6x2mrmavazknmhb08ks53773sll367anfrrramild8350bh";
+    sha256 = "0y73a5p23rg4zx6vkgpq1p3j2dzqcvzwn1ymswfkqm5zihbi17d7";
   };
 
   buildInputs = [ openssl ];