2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 21:04:30 +00:00
nixpkgs/pkgs/servers/http/nginx/mainline.nix

7 lines
196 B
Nix
Raw Normal View History

2021-11-05 12:10:58 +00:00
{ callPackage, openssl_3_0, ... }@args:
2021-11-05 12:10:58 +00:00
callPackage ./generic.nix (args // { openssl = openssl_3_0; }) {
2021-12-29 06:22:35 +00:00
version = "1.21.5";
sha256 = "sha256-sg879TOlGKbw86eWff7thy0mjTHkzBIaAAEylgLdz7s=";
}