summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-20 14:07:12 -0600
committerWill Dietz <w@wdtz.org>2018-02-20 14:08:22 -0600
commit40b14109d34453b3178c637c9d33061ed3a5c579 (patch)
treedbf9e8296477fd5f843f00af3e8ade9448ee823a /pkgs/servers/http
parentdf9ebaf8c7dda31cd42e6e897761abe98def7179 (diff)
downloadnixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar.gz
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar.bz2
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar.lz
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar.xz
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.tar.zst
nixlib-40b14109d34453b3178c637c9d33061ed3a5c579.zip
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)
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 40eba200c1f0..32d1523547e6 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -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