nginxModules.push-stream: init at v0.5.4
This commit is contained in:
parent
aa68f56c0a
commit
ca37481d25
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue