mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: lighttpd: Update to 1.4.78.
* gnu/packages/web.scm (lighttpd): Update to 1.4.78. Change-Id: Idba7840b920ad0e7121cceacf11a71afb434056b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7770c84d11
commit
20ee284085
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.77")
|
||||
(version "1.4.78")
|
||||
(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
|
||||
"1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc"))))
|
||||
"0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue