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

callPackage ./generic.nix args {
  version = "1.25.1";
  hash = "sha256-8JBxrEbg6jrcAAjvC6yiKfxrS+RTO675u7+6feKahgI=";
}