nginxModules.sts: init at v0.1.1

This commit is contained in:
Izorkin 2018-08-04 20:01:53 +03:00
parent 39ab7a0778
commit 9958868dfd

View file

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