mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user