diff options
| author | André Batista <nandre@riseup.net> | 2025-04-02 11:11:33 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-03 17:54:09 +0200 |
| commit | 20ee284085236992f7df5082511cbd545e61ab44 (patch) | |
| tree | 4640738dbe36c5bfb76756bd8bb1885d80bcb7bd /gnu/packages/web.scm | |
| parent | 7770c84d118cc585b7448d4e635a3eb04329a7cb (diff) | |
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>
Diffstat (limited to 'gnu/packages/web.scm')
| -rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3923a9a5bdb..f37584503ad 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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 |
