nixpkgs/pkgs/servers/http/nginx/mainline.nix
Emily 6d046e1079 openresty: rebase on top of nginx package
The primary motivation of this change was to allow third-party modules
to be used with OpenResty, but it also results in a significant
reduction of code duplication.
2020-02-04 19:30:40 -06:00

7 lines
152 B
Nix

{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.17.8";
sha256 = "0nwn4md8sxhks2j77qq1nvk5pfz3yykfhh2b507b6l2idp7kxllp";
}