diff options
author | André Batista <[email protected]> | 2025-02-07 17:25:38 -0300 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-02-11 20:01:23 +0800 |
commit | 533eca65d0ac1dfea89e32d2774167e7cdc453e6 (patch) | |
tree | 617f7994f836c34dc862ebb84f89c5821ff05958 /gnu | |
parent | 840d795204db47ec6fcb367f12074953db172f3d (diff) |
gnu: lighttpd: Update to 1.4.77.
* gnu/packages/web.scm (lighttpd): Update to 1.4.77.
Change-Id: Ic8c48e47ab6de04c545baa13f32d8d8153bf1a7a
Signed-off-by: 宋文武 <[email protected]>
Diffstat (limited to 'gnu')
-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 aa38745cd6..30bdc9b220 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1039,7 +1039,7 @@ similar to live activity monitoring provided with NGINX plus.") (define-public lighttpd (package (name "lighttpd") - (version "1.4.76") + (version "1.4.77") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1047,7 +1047,7 @@ similar to live activity monitoring provided with NGINX plus.") "lighttpd-" version ".tar.xz")) (sha256 (base32 - "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc")))) + "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) (build-system gnu-build-system) (arguments (list #:configure-flags |