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

callPackage ./generic.nix args {
  version = "1.21.3";
  sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql";
}