diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 23:51:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 23:52:47 +0200 |
commit | 35805bff9fabb749fc0bbe77b4ee4fc1bfe7e601 (patch) | |
tree | b17aefc808fb21b5a07b1febfb5a2e1ed7ff1a21 /gnu | |
parent | 28553e17fd2ce7f51429891d6a82ed2d0bbadbe2 (diff) |
gnu: hcxdumptool: Update to 5.2.0.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 9d208e9eb2..79262cbc27 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2326,7 +2326,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (define-public hcxdumptool (package (name "hcxdumptool") - (version "5.1.5") + (version "5.2.0") (source (origin (method git-fetch) @@ -2334,7 +2334,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (url "https://github.com/ZerBea/hcxdumptool.git") (commit version))) (sha256 - (base32 "0xkzdvwpi6dq9wsrn882f2ljb7d5v2bvarq8gs6jm8znfx3y8hi2")) + (base32 "0pg1pvg029gm4rj0fj5kcsjb32hixgn4cxsgiir7spkmacf1qm4q")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |