Merge pull request #32038 from andir/nginx-rtmp-gcc7

nginxModules.rtmp: v1.1.11 -> v1.2.0 & add support for gcc-7
This commit is contained in:
Joachim F 2017-12-14 17:13:17 +00:00 committed by GitHub
commit 8a11e0d133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ fetchFromGitHub, pkgs }: { fetchFromGitHub, fetchurl, lib, pkgs }:
{ {
brotli = { brotli = {
@ -15,8 +15,8 @@
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "arut"; owner = "arut";
repo = "nginx-rtmp-module"; repo = "nginx-rtmp-module";
rev = "v1.1.11"; rev = "v1.2.1";
sha256 = "09zrnf8lk179mpqnx92zm24xl7m3bq4ca84wc2zwi5hc8kxjbwxc"; sha256 = "0na1aam176irz6w148hnvamqy1ilbn4abhdzkva0yrm35a3ksbzn";
}; };
}; };