diff --git a/glicid/packages/nginx.scm b/glicid/packages/nginx.scm index 01f6622..bf0ff10 100644 --- a/glicid/packages/nginx.scm +++ b/glicid/packages/nginx.scm @@ -21,11 +21,11 @@ (define-public nginx (package (name "nginx") - (version "1.21.6") + (version "1.23.2") (source (origin (method url-fetch) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) - (sha256 (base32 "1bh52jqqcaj5wlh2kvhxr00jhk2hnk8k97ki4pwyj4c8920p1p36")))) + (sha256 (base32 "0ihbkfcqlqadzkdk813raq15qqrahss1gdd81bkswanpsdrc4358")))) (build-system gnu-build-system) (inputs (list libxml2 libxslt openssl pcre zlib)) (arguments