3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: knockd: Update to 0.8.

* gnu/packages/networking.scm (knockd): Update to 0.8.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-04 22:33:06 +02:00
parent 763feb97cd
commit 222e691666
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -509,14 +509,14 @@ SCTP-aware kernel (most are).")
(define-public knockd
(package
(name "knockd")
(version "0.7")
(version "0.8")
(source (origin
(method url-fetch)
(uri (string-append "https://www.zeroflux.org/proj/knock/files/knock-"
version ".tar.gz"))
(sha256
(base32
"193qcpsy7v51c6awhg9652l5blyz8vp6n7y6fi7l4rhh6af4ff4r"))))
"1iv9h7a9l81ilbld3pi0dmzkizjss1755x1x3v5jxsi4asb8r3b9"))))
(build-system gnu-build-system)
(inputs
`(("libpcap" ,libpcap)))