nginxModules.live: init at 18.11.2018
This commit is contained in:
parent
b0dc2d6106
commit
c940a7caa0
1 changed files with 9 additions and 0 deletions
|
@ -105,6 +105,15 @@ in
|
|||
inputs = [ pkgs.libbsd ];
|
||||
};
|
||||
|
||||
live ={
|
||||
src = fetchFromGitHub {
|
||||
owner = "arut";
|
||||
repo = "nginx-live-module";
|
||||
rev = "5e4a1e3a718e65e5206c24eba00d42b0d1c4b7dd";
|
||||
sha256 = "1kpnhl4b50zim84z22ahqxyxfq4jv8ab85kzsy2n5ciqbyg491lz";
|
||||
};
|
||||
};
|
||||
|
||||
lua = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "openresty";
|
||||
|
|
Loading…
Reference in a new issue