mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nginxModules.naxsi: init at 0.56
This commit is contained in:
parent
6600d00ed1
commit
452cf0b3e2
@ -192,6 +192,15 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
naxsi ={
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "nbs-system";
|
||||||
|
repo = "naxsi";
|
||||||
|
rev = "0.56";
|
||||||
|
sha256 = "12kn6wbl8xqc19fi05ffprqps4pplg4a6i1cf01xc0d6brx1fg8v";
|
||||||
|
} + "/naxsi_src";
|
||||||
|
};
|
||||||
|
|
||||||
ngx_aws_auth = {
|
ngx_aws_auth = {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anomalizer";
|
owner = "anomalizer";
|
||||||
|
Loading…
Reference in New Issue
Block a user