gnu: nginx-lua-module: Update to 0.10.16.
* gnu/packages/web.scm (nginx-lua-module): Update to 0.10.16.
This commit is contained in:
parent
b5454eb33d
commit
c41314853d
@ -567,7 +567,7 @@ documentation.")
|
|||||||
(package
|
(package
|
||||||
(inherit nginx)
|
(inherit nginx)
|
||||||
(name "nginx-lua-module")
|
(name "nginx-lua-module")
|
||||||
(version "0.10.15")
|
(version "0.10.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -576,8 +576,7 @@ documentation.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "lua-nginx-module" version))
|
(file-name (git-file-name "lua-nginx-module" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0nwcbqm1visg1dkxav7qa16w0d0n8cgqn4881xiqn88xfkxj0dyg"))))
|
||||||
"1j216isp0546hycklbr5wi8mlga5hq170hk7f2sm16sfavlkh5gz"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("nginx-sources" ,(package-source nginx-socket-cloexec))
|
`(("nginx-sources" ,(package-source nginx-socket-cloexec))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user