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:
parent
df9ebaf8c7
commit
40b14109d3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
src = let gitsrc = pkgs.fetchFromGitHub {
|
src = let gitsrc = pkgs.fetchFromGitHub {
|
||||||
owner = "eustas";
|
owner = "eustas";
|
||||||
repo = "ngx_brotli";
|
repo = "ngx_brotli";
|
||||||
rev = "47550a25d07363f8eb87ef901b2de5883c46352b";
|
rev = "8cd9dd5fc232d3a01644584921e52dae99034779";
|
||||||
sha256 = "0ap1kf51hzb8yvvxjkcj9hnmsmmd5drcay64hd4n7vybf9dqw6g6";
|
sha256 = "0ap1kf51hzb8yvvxjkcj9hnmsmmd5drcay64hd4n7vybf9dqw6g6";
|
||||||
}; in pkgs.runCommandNoCC "ngx_brotli-src" {} ''
|
}; in pkgs.runCommandNoCC "ngx_brotli-src" {} ''
|
||||||
cp -a ${gitsrc} $out
|
cp -a ${gitsrc} $out
|
||||||
|
|
Loading…
Reference in a new issue