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

(cherry picked from commit 3690ae13a4ff9bedf7f1d12a139b2ae308c8afd0)
This commit is contained in:
Alvar Penning 2021-06-21 19:59:55 +02:00 committed by github-actions[bot]
parent 0e03bcd641
commit 8cdb09ee5e
1 changed files with 3 additions and 3 deletions
pkgs/servers/http/nginx

View File

@ -321,13 +321,13 @@ in
}; };
}; };
rtmp ={ rtmp = {
src = fetchFromGitHub { src = fetchFromGitHub {
name = "rtmp"; name = "rtmp";
owner = "arut"; owner = "arut";
repo = "nginx-rtmp-module"; repo = "nginx-rtmp-module";
rev = "v1.2.1"; rev = "v1.2.2";
sha256 = "0na1aam176irz6w148hnvamqy1ilbn4abhdzkva0yrm35a3ksbzn"; sha256 = "0y45bswk213yhkc2v1xca2rnsxrhx8v6azxz9pvi71vvxcggqv6h";
}; };
}; };