Archived
1
0
Fork 0

gnu: hcxdumptool: Update to 6.0.6.

* gnu/packages/networking.scm (hcxdumptool): Update to 6.0.6.
[inputs]: Add openssl.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-03 19:56:37 +02:00
parent 4960a955f8
commit 6aec7e2ec1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2612,7 +2612,7 @@ packets from wireless devices for use with hashcat or John the Ripper.")
(define-public hcxdumptool (define-public hcxdumptool
(package (package
(name "hcxdumptool") (name "hcxdumptool")
(version "5.2.0") (version "6.0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2620,7 +2620,7 @@ packets from wireless devices for use with hashcat or John the Ripper.")
(url "https://github.com/ZerBea/hcxdumptool.git") (url "https://github.com/ZerBea/hcxdumptool.git")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0pg1pvg029gm4rj0fj5kcsjb32hixgn4cxsgiir7spkmacf1qm4q")) (base32 "1b4d543y64ib92w9gcmiyjn5hz2vyjqmxk3f3yr1zk04fhw16gmf"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -2631,6 +2631,8 @@ packets from wireless devices for use with hashcat or John the Ripper.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure))))
(inputs
`(("openssl" ,openssl)))
(home-page "https://github.com/ZerBea/hcxdumptool") (home-page "https://github.com/ZerBea/hcxdumptool")
(synopsis "Small tool to capture packets from wlan devices") (synopsis "Small tool to capture packets from wlan devices")
(description (description