mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: hostapd: Update to 2.9.
* gnu/packages/admin.scm (hostapd): Update to 2.9.
This commit is contained in:
parent
4d441ca174
commit
f5bfaf32f6
1 changed files with 2 additions and 2 deletions
|
@ -1442,14 +1442,14 @@ (define-public wpa-supplicant-gui
|
|||
(define-public hostapd
|
||||
(package
|
||||
(name "hostapd")
|
||||
(version "2.8")
|
||||
(version "2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://w1.fi/releases/hostapd-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c74rrazkhy4lr7pwgwa2igzca7h9l4brrs7672kiv7fwqmm57wj"))))
|
||||
"1mrbvg4v7vm7mknf0n29mf88k3s4a4qj6r4d51wq8hmjj1m7s7c8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue