Merge pull request #43571 from Izorkin/nginx-fancyindex

nginx-fancyindex: init at 0.4.3
This commit is contained in:
Jörg Thalheim 2018-07-15 14:56:12 -04:00 committed by GitHub
commit 0f3c785798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";