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

callPackage ./generic.nix args {
  version = "1.25.0";
  hash = "sha256-XtRNRZQycqTopbz0Q0I3IQ8t4xuQP8peOBwbvX7uHow=";
}