nginxModules.push-stream: init at v0.5.4

This commit is contained in:
Izorkin 2018-07-27 20:27:31 +03:00
parent aa68f56c0a
commit ca37481d25
1 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,15 @@
inputs = [ pkgs.pam ];
};
push-stream ={
src = fetchFromGitHub {
owner = "wandenberg";
repo = "nginx-push-stream-module";
rev = "0.5.4";
sha256 = "0izn7lqrp2zfl738aqa9i8c5lba97wkhcnqg8qbw3ipp5cysb2hr";
};
};
rtmp ={
src = fetchFromGitHub {
owner = "arut";