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

callPackage ./generic.nix (args // {
  version = "1.13.9";
  sha256 = "0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz";
})