diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-02-23 08:38:59 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-02-23 10:28:09 +0300 |
| commit | 2ef2aa03fcce104af8996e516499cdcf1377a23b (patch) | |
| tree | 71fdfd9f50cf752cc3cb782349168d5392d5d803 /gnu/packages/networking.scm | |
| parent | 7e7487166b02aa41d42e96a1dfccaceda7fefc12 (diff) | |
gnu: hcxdumptool: Update to 7.1.2.
* gnu/packages/networking.scm (hcxdumptool): Update to 7.1.2.
Change-Id: Id3c6e1ec476e923e2ccd1777336f5f9b9a7f497a
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 203320c59e6..19ec1af1c2c 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -60,7 +60,7 @@ ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu> ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream> ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> -;;; Copyright © 2023, 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> +;;; Copyright © 2023, 2024, 2025, 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz> ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev> ;;; Copyright © 2024 Alexey Abramov <levenson@mmer.org> @@ -4074,7 +4074,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (define-public hcxdumptool (package (name "hcxdumptool") - (version "7.0.1") + (version "7.1.2") (source (origin (method git-fetch) @@ -4082,7 +4082,7 @@ packets from wireless devices for use with hashcat or John the Ripper.") (url "https://github.com/ZerBea/hcxdumptool") (commit version))) (sha256 - (base32 "1h03wdm9rcfa0s59kbd1dv550k7c4rpksw5w5djz5q70i23f25h0")) + (base32 "044ixwww6byfmv9208h3xzhqfc996sxxjqqq2lhr8dwmvg6s6jbl")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |
