gnu: hcxtools: Update to 5.2.0.
* gnu/packages/networking.scm (hcxtools): Update to 5.2.0.master
parent
d1aca5b037
commit
28553e17fd
|
@ -2283,7 +2283,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
|
||||||
(define-public hcxtools
|
(define-public hcxtools
|
||||||
(package
|
(package
|
||||||
(name "hcxtools")
|
(name "hcxtools")
|
||||||
(version "5.1.6")
|
(version "5.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2291,7 +2291,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
|
||||||
(url "https://github.com/ZerBea/hcxtools.git")
|
(url "https://github.com/ZerBea/hcxtools.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8"))
|
(base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue