gnu: hcxdumptool: Update to 5.2.0.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.2.0.
This commit is contained in:
parent
28553e17fd
commit
35805bff9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue