lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nginxMainline: 1.15.2 -> 1.15.3

+2 -2
+2 -2
pkgs/servers/http/nginx/mainline.nix
··· 1 1 { callPackage, ... }@args: 2 2 3 3 callPackage ./generic.nix (args // { 4 - version = "1.15.2"; 5 - sha256 = "145dcypq8dqc5as03iy1ycwifwynq9p4i8m56fn7g0myryp0kfpf"; 4 + version = "1.15.3"; 5 + sha256 = "11dysslkz76cdzhshc6w5qivdplk10pjpb73li0d1sz2qf8zp4ck"; 6 6 })