diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-13 14:35:20 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-13 14:58:35 +0100 |
| commit | 847dc67adfb36b8e8deba587cab3f749c21363ad (patch) | |
| tree | 4e4cf1006e90c03903c388d0b9a3257e2bd7b1c6 | |
| parent | 0ae891a57de855afd868c6da9ca7e78ae035112e (diff) | |
gnu: nginx-lua-module: Update to 0.10.29.
* gnu/packages/web.scm (nginx-lua-module): Update to 0.10.29.
Fixes: guix/guix#6381
Change-Id: Id07e0a5f6daac05246f9e8249416deda64c8d82d
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -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 cd4968d0819..3a4c557267b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -903,7 +903,7 @@ documentation.") (package (inherit nginx) (name "nginx-lua-module") - (version "0.10.16") + (version "0.10.29") (source (origin (method git-fetch) @@ -912,7 +912,7 @@ documentation.") (commit (string-append "v" version)))) (file-name (git-file-name "lua-nginx-module" version)) (sha256 - (base32 "0nwcbqm1visg1dkxav7qa16w0d0n8cgqn4881xiqn88xfkxj0dyg")))) + (base32 "0manlsi9n8j59sncxwb2nxrbm5v5kwc7csrpi54m35v1pg19bbfg")))) (build-system gnu-build-system) (inputs `(("nginx-sources" ,(package-source nginx-socket-cloexec)) |
