mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 12:58:39 +00:00
nginxModules.rtmp: 1.2.1 -> 1.2.2
This new release fixes segfaults, https://github.com/arut/nginx-rtmp-module/compare/v1.2.1...v1.2.2
This commit is contained in:
parent
3be5e9248e
commit
3690ae13a4
@ -321,13 +321,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
rtmp ={
|
||||
rtmp = {
|
||||
src = fetchFromGitHub {
|
||||
name = "rtmp";
|
||||
owner = "arut";
|
||||
repo = "nginx-rtmp-module";
|
||||
rev = "v1.2.1";
|
||||
sha256 = "0na1aam176irz6w148hnvamqy1ilbn4abhdzkva0yrm35a3ksbzn";
|
||||
rev = "v1.2.2";
|
||||
sha256 = "0y45bswk213yhkc2v1xca2rnsxrhx8v6azxz9pvi71vvxcggqv6h";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user