nginx-fancyindex: init at 0.4.3

This commit is contained in:
Izorkin 2018-07-15 20:07:34 +03:00
parent bea8e84964
commit bfb393f55e

@ -15,6 +15,15 @@
inputs = [ pkgs.brotli ];
};
fancyindex = {
src = fetchFromGitHub {
owner = "aperezdc";
repo = "ngx-fancyindex";
rev = "v0.4.3";
sha256 = "12xdx6a76sfrq0yciylvyjlnvyczszpadn31jqya8c2dzdkyyx7f";
};
};
ipscrub = {
src = fetchFromGitHub {
owner = "masonicboom";