depot/pkgs/servers/http/nginx/mainline.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
149 B
Nix
Raw Normal View History

{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.2";
hash = "sha256-qR7Pw6CzosFBOvymJ72IbXbgQUuBytD7eHKpZVobJfo=";
}