nginx 1.25.1

This commit is contained in:
Jean-François GUILLAUME 2023-06-22 13:38:33 +02:00
parent e27d8de4b9
commit dda009f239
GPG key ID: 38751DAE145EFB5A

View file

@ -25,11 +25,11 @@
(define-public nginx (define-public nginx
(package (package
(name "nginx") (name "nginx")
(version "1.25.0") (version "1.25.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
(sha256 (base32 "130yxrzbs6qw71gclgwh3gijs3r16x147x5wlpla8wijji2lvm2y")))) (sha256 (base32 "00l6kbi7vfmzpgwswfskwi5npz19lan0pvq803f3msp08sn7347h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools)) (inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
(arguments (arguments