mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
nginxModules.brotli: init at 788615e
This commit is contained in:
parent
bf6a8674d4
commit
8e604f7937
@ -1,6 +1,16 @@
|
||||
{ fetchFromGitHub, pkgs }:
|
||||
|
||||
{
|
||||
brotli = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "ngx_brotli";
|
||||
rev = "788615eab7c5e0a984278113c55248305620df14";
|
||||
sha256 = "02514bbjdhm9m38vljdh626d3c1783jxsxawv5c6bzblwmb8xgvf";
|
||||
};
|
||||
inputs = [ pkgs.libbrotli ];
|
||||
};
|
||||
|
||||
rtmp = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "arut";
|
||||
|
Loading…
Reference in New Issue
Block a user