gnu: lighttpd: Update to 1.4.57.

* gnu/packages/web.scm (lighttpd): Update to 1.4.57.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 15:17:34 +01:00
parent 04d50f0abf
commit 33c140e0fb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -682,7 +682,7 @@ (define-public nginx-lua-module
(define-public lighttpd
(package
(name "lighttpd")
(version "1.4.56")
(version "1.4.57")
(source (origin
(method url-fetch)
(uri (string-append "https://download.lighttpd.net/lighttpd/"
@ -690,7 +690,7 @@ (define-public lighttpd
"lighttpd-" version ".tar.xz"))
(sha256
(base32
"0xyzahrkmldwskwgjgj4dc3rmfmgqiwwr9y7jfhqpbp8g76q9kp4"))))
"0zr1ssagirv5l4r2ii1k9v366a4vwylwbq74nb5pwby1i4drdjjj"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags