nginx/modules: brotli: no-op bump to latest that uses 1.0.2 as submodule

We have it use our system copy regardless, but might as well.

(yes, hash does not change, since we don't fetch submodule here)
This commit is contained in:
Will Dietz 2018-02-20 14:07:12 -06:00
parent df9ebaf8c7
commit 40b14109d3

View File

@ -5,7 +5,7 @@
src = let gitsrc = pkgs.fetchFromGitHub {
owner = "eustas";
repo = "ngx_brotli";
rev = "47550a25d07363f8eb87ef901b2de5883c46352b";
rev = "8cd9dd5fc232d3a01644584921e52dae99034779";
sha256 = "0ap1kf51hzb8yvvxjkcj9hnmsmmd5drcay64hd4n7vybf9dqw6g6";
}; in pkgs.runCommandNoCC "ngx_brotli-src" {} ''
cp -a ${gitsrc} $out