Merge pull request #43571 from Izorkin/nginx-fancyindex
nginx-fancyindex: init at 0.4.3
This commit is contained in:
commit
0f3c785798
@ -15,6 +15,15 @@
|
|||||||
inputs = [ pkgs.brotli ];
|
inputs = [ pkgs.brotli ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fancyindex = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "aperezdc";
|
||||||
|
repo = "ngx-fancyindex";
|
||||||
|
rev = "v0.4.3";
|
||||||
|
sha256 = "12xdx6a76sfrq0yciylvyjlnvyczszpadn31jqya8c2dzdkyyx7f";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ipscrub = {
|
ipscrub = {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "masonicboom";
|
owner = "masonicboom";
|
||||||
|
Loading…
Reference in New Issue
Block a user