nginxModules.sts: init at v0.1.1
This commit is contained in:
parent
39ab7a0778
commit
9958868dfd
1 changed files with 9 additions and 0 deletions
|
@ -215,6 +215,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
sts = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "vozlt";
|
||||
repo = "nginx-module-sts";
|
||||
rev = "v0.1.1";
|
||||
sha256 = "0nvb29641x1i7mdbydcny4qwlvdpws38xscxirajd2x7nnfdflrk";
|
||||
};
|
||||
};
|
||||
|
||||
upstream-check = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "yaoweibin";
|
||||
|
|
Loading…
Reference in a new issue