gnu: nginx: Update to 1.21.2.
* gnu/packages/web.scm (nginx): Update to 1.21.2.
This commit is contained in:
		
							parent
							
								
									1b0a998578
								
							
						
					
					
						commit
						689dd9c207
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -371,15 +371,15 @@ the same, being completely separated from the Internet.")
 | 
				
			||||||
    ;; Track the ‘mainline’ branch.  Upstream considers it more reliable than
 | 
					    ;; Track the ‘mainline’ branch.  Upstream considers it more reliable than
 | 
				
			||||||
    ;; ’stable’ and recommends that “in general you deploy the NGINX mainline
 | 
					    ;; ’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/)
 | 
					    ;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
 | 
				
			||||||
    ;; Consider updating the nginx-documentation package together with this one.
 | 
					    ;; Please update the nginx-documentation package together with this one!
 | 
				
			||||||
    (version "1.21.0")
 | 
					    (version "1.21.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://nginx.org/download/nginx-"
 | 
					              (uri (string-append "https://nginx.org/download/nginx-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0w87zhm5nfx88x9hj6drrvm5f3m02kzbjp39x1lsglrbmi5jl6gy"))))
 | 
					                "11ail85iw6mg8fxd2qnxhcghi0frjk5r70cfar83dms61rb1qxri"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("libxml2" ,libxml2)
 | 
					    (inputs `(("libxml2" ,libxml2)
 | 
				
			||||||
              ("libxslt" ,libxslt)
 | 
					              ("libxslt" ,libxslt)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue