summary refs log tree commit diff
path: root/pkgs/servers/http/nginx/mainline.nix
blob: ecde2430f5228f86ae1f342eac8bb76e1d5076b5 (plain) (blame)
1
2
3
4
5
6
{ callPackage, ... }@args:

callPackage ./generic.nix (args // {
  version = "1.15.2";
  sha256 = "145dcypq8dqc5as03iy1ycwifwynq9p4i8m56fn7g0myryp0kfpf";
})