nginxModules.live: init at 18.11.2018

This commit is contained in:
Izorkin 2019-04-20 21:46:45 +03:00
parent b0dc2d6106
commit c940a7caa0

View file

@ -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";