Skip to content
Snippets Groups Projects
Unverified Commit 07af5c5e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: dnsmasq: Update to 2.82.

* gnu/packages/dns.scm (dnsmasq): Update to 2.82.
parent e0cb1173
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ (define-module (gnu packages dns)
(define-public dnsmasq
(package
(name "dnsmasq")
(version "2.81")
(version "2.82")
(source (origin
(method url-fetch)
(uri (string-append
......@@ -88,7 +88,7 @@ (define-public dnsmasq
version ".tar.xz"))
(sha256
(base32
"1yzq6anwgr5rlnwydpszb51cyhp2vjq29b24ck19flbwac1sk73l"))))
"0cn1xd1s6xs78jmrmwjnh9m6w3q38pk6dyqy2phvasqiyd33cll4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment