mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
ngx_brotli: 0.1.1 -> 0.1.2
Fixes socket closing issues (only happened in some circumstances AFAICT).
This commit is contained in:
parent
8180c32b73
commit
516c5f54ed
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user