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

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