nginxModules.live: init at 18.11.2018
This commit is contained in:
parent
b0dc2d6106
commit
c940a7caa0
@ -105,6 +105,15 @@ in
|
|||||||
inputs = [ pkgs.libbsd ];
|
inputs = [ pkgs.libbsd ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
live ={
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "arut";
|
||||||
|
repo = "nginx-live-module";
|
||||||
|
rev = "5e4a1e3a718e65e5206c24eba00d42b0d1c4b7dd";
|
||||||
|
sha256 = "1kpnhl4b50zim84z22ahqxyxfq4jv8ab85kzsy2n5ciqbyg491lz";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
lua = {
|
lua = {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openresty";
|
owner = "openresty";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user