mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nginxModules.mpeg-ts: init at 0.1.1
This commit is contained in:
parent
c940a7caa0
commit
89a73423ab
1 changed files with 9 additions and 0 deletions
|
@ -165,6 +165,15 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
mpeg-ts ={
|
||||
src = fetchFromGitHub {
|
||||
owner = "arut";
|
||||
repo = "nginx-ts-module";
|
||||
rev = "v0.1.1";
|
||||
sha256 = "12dxcyy6wna1fccl3a9lnsbymd6p4apnwz6c24w74v97qvpfdxqd";
|
||||
};
|
||||
};
|
||||
|
||||
ngx_aws_auth = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "anomalizer";
|
||||
|
|
Loading…
Reference in a new issue