diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 16:19:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 06:15:02 +0200 |
commit | a0f2c945e3522141e7c9cb6eab4fa36e4afe0584 (patch) | |
tree | 83dd60802fa9c6417a4272079443eee9dcac55ae /gnu/packages/networking.scm | |
parent | 6807d6a9855bcae88aca4c2434c14182ca1059ab (diff) | |
download | guix-a0f2c945e3522141e7c9cb6eab4fa36e4afe0584.tar guix-a0f2c945e3522141e7c9cb6eab4fa36e4afe0584.tar.gz |
gnu: hcxdumptool: Update to 5.1.5.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.1.5.
Diffstat (limited to 'gnu/packages/networking.scm')
-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 83741e4572..04e59ecf00 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2298,7 +2298,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (define-public hcxdumptool (package (name "hcxdumptool") - (version "5.1.4") + (version "5.1.5") (source (origin (method git-fetch) @@ -2306,7 +2306,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (url "https://github.com/ZerBea/hcxdumptool.git") (commit version))) (sha256 - (base32 "0h2cc2dfpc83325hwqkxwn0p8qfq5gh1dg0yb1nr8bnffy0b4r4v")) + (base32 "0xkzdvwpi6dq9wsrn882f2ljb7d5v2bvarq8gs6jm8znfx3y8hi2")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |