mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: lighttpd: Update to 1.4.79.
* gnu/packages/web.scm (lighttpd): Update to 1.4.79. Change-Id: Ia33c07fce6aa833930b7bf3006d8b66efbfd972b Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
f96412be85
commit
d8f4d85162
1 changed files with 2 additions and 2 deletions
|
|
@ -1133,7 +1133,7 @@ similar to live activity monitoring provided with NGINX plus.")
|
|||
(define-public lighttpd
|
||||
(package
|
||||
(name "lighttpd")
|
||||
(version "1.4.78")
|
||||
(version "1.4.79")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.lighttpd.net/lighttpd/"
|
||||
|
|
@ -1141,7 +1141,7 @@ similar to live activity monitoring provided with NGINX plus.")
|
|||
"lighttpd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw"))))
|
||||
"1gc4c352jlqqgxyrgz2f5s7li1vxpd15ykza3wnp125dncjsca9v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue