1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
nixpkgs/pkgs/servers/http/nginx/mainline.nix
2023-06-21 13:47:28 +02:00

7 lines
149 B
Nix

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