mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: lighttpd: Update to 1.4.68.
* gnu/packages/web.scm (lighttpd): Update to 1.4.68. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1fe2088eb9
commit
a5a990d074
1 changed files with 2 additions and 2 deletions
|
@ -839,7 +839,7 @@ (define-public nginx-rtmp-module
|
|||
(define-public lighttpd
|
||||
(package
|
||||
(name "lighttpd")
|
||||
(version "1.4.65")
|
||||
(version "1.4.68")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.lighttpd.net/lighttpd/"
|
||||
|
@ -847,7 +847,7 @@ (define-public lighttpd
|
|||
"lighttpd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gi84fsc7x4d7r5vpg4pcwfk6j80wxvv64m94d041g4zca5ac3xz"))))
|
||||
"111kb3lkcvbxw46dnsrgx9pfbdpzb807ikkn9pd1lgmnaap3fvz5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue