1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 17:14:04 +02:00

gnu: nginx: Update to 1.31.1.

* gnu/packages/web.scm (nginx): Update to 1.31.1.

Change-Id: I19a46ebbada20bd30dadac31583ddcef61971351
This commit is contained in:
Maxim Cournoyer
2026-05-25 08:26:45 +09:00
parent 8e6f34a4c5
commit 07f064c3f1
+2 -2
View File
@@ -575,14 +575,14 @@ the same, being completely separated from the Internet.")
;; Track the mainline branch. Upstream considers it more reliable than
;; stable and recommends that “in general you deploy the NGINX mainline
;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
(version "1.31.0")
(version "1.31.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
"1apb6gcfs0zl8qm0dvbqfsycrw4ql794592jgi72xbwkaga00nvd"))))
"1g647i06lafipnz385j049a224j15i0z6qd736db0i15yawaxjlz"))))
(build-system gnu-build-system)
(inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
(arguments