Skip to content

Commit

Permalink
nginx.modules.zstd: init
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Feb 22, 2023
1 parent 5e5a84b commit e31461f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
, which
, yajl
, zlib
, zstd
}:

let
Expand Down Expand Up @@ -666,6 +667,19 @@ let self = {
sha256 = "sha256-x4ry5ljPeJQY+7Mp04/xYIGf22d6Nee7CSqHezdK4gQ=";
};
};

zstd = {
name = "zstd";
src = fetchFromGitHub {
name = "zstd";
owner = "tokers";
repo = "zstd-nginx-module";
rev = "25d88c262be47462cf90015ee7ebf6317b6848f9";
sha256 = "sha256-YRluKekhx1tb6e5IL1FPK05jPtzfQPaHI47cdada928=";
};

inputs = [ zstd ];
};
}; in self // lib.optionalAttrs config.allowAliases {
# deprecated or renamed packages
modsecurity-nginx = self.modsecurity;
Expand Down

0 comments on commit e31461f

Please sign in to comment.