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

7 lines
152 B
Nix
Raw Normal View History

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