gnu: netdiscover: Update to 0.10.
* gnu/packages/networking.scm (netdiscover): Update to 0.10.
This commit is contained in:
parent
96387f01b6
commit
c11f585366
1 changed files with 3 additions and 3 deletions
|
@ -4410,7 +4410,7 @@ IPv6 Internet connectivity - it also works over IPv4.")
|
||||||
(define-public netdiscover
|
(define-public netdiscover
|
||||||
(package
|
(package
|
||||||
(name "netdiscover")
|
(name "netdiscover")
|
||||||
(version "0.7")
|
(version "0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4418,10 +4418,10 @@ IPv6 Internet connectivity - it also works over IPv4.")
|
||||||
(url "https://github.com/netdiscover-scanner/netdiscover")
|
(url "https://github.com/netdiscover-scanner/netdiscover")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g8w8rlg16dsibxi4dnyn7v7r8wwi5ypd51c4w59j0ps2id0w8yj"))
|
(base32 "1ljkj280qja9rz0zwkilsa4051fdxsygjqhfch0wpkxxa5zx3prx"))
|
||||||
(file-name (string-append "netdiscover-" version))))
|
(file-name (string-append "netdiscover-" version))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libnet libpcap))
|
(list libnet libpcap))
|
||||||
|
|
Reference in a new issue