3
0
Fork 0
forked from mirrors/nixpkgs

nginxModules.stream-sts: init at v0.1.1

This commit is contained in:
Izorkin 2018-08-04 20:13:33 +03:00
parent 9958868dfd
commit 9100091f3f

View file

@ -215,6 +215,15 @@
};
};
stream-sts = {
src = fetchFromGitHub {
owner = "vozlt";
repo = "nginx-module-stream-sts";
rev = "v0.1.1";
sha256 = "1jdj1kik6l3rl9nyx61xkqk7hmqbncy0rrqjz3dmjqsz92y8zaya";
};
};
sts = {
src = fetchFromGitHub {
owner = "vozlt";