Merge pull request #118078 from helsinki-systems/upd/nginx

nginxMainline: 1.19.8 -> 1.19.9
This commit is contained in:
Sandro 2021-03-31 19:26:35 +02:00 committed by GitHub
commit dd745719e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.19.8";
sha256 = "01cb6hsaik1sfjihbrldmwrcn54gk4plfy350sl1b4rml6qik29h";
version = "1.19.9";
sha256 = "0hfqqyfgqa6wqazmb3d434nb3r5p8szfisa0m6nfh9lqdbqdyd9f";
}