ngx_brotli: 0.1.1 -> 0.1.2

Fixes socket closing issues
(only happened in some circumstances AFAICT).
This commit is contained in:
Will Dietz 2018-06-18 10:41:24 -05:00
parent 8180c32b73
commit 516c5f54ed

View File

@ -5,8 +5,8 @@
src = let gitsrc = pkgs.fetchFromGitHub {
owner = "eustas";
repo = "ngx_brotli";
rev = "37ab9b2933a0b756ba3447000b7f31d432ed8228"; # v0.1.1
sha256 = "114ai8v9ns23qm12wp9dgdjvldqjnrmb3cmarkn0d3k6n3bm01bf";
rev = "v0.1.2";
sha256 = "19r9igxm4hrzrhxajlxw2ccq0057h8ipkfiif725x0xqbxjskl6c";
}; in pkgs.runCommandNoCC "ngx_brotli-src" {} ''
cp -a ${gitsrc} $out
substituteInPlace $out/config \