nginxModules.slowfs-cache: init at 1.10

This commit is contained in:
Izorkin 2019-04-20 22:28:22 +03:00
parent 8c1131ef28
commit 80666e68b2

View File

@ -280,6 +280,15 @@ in
}; };
}; };
slowfs-cache = {
src = fetchFromGitHub {
owner = "FRiCKLE";
repo = "ngx_slowfs_cache";
rev = "1.10";
sha256 = "1gyza02pcws3zqm1phv3ag50db5gnapxyjwy8skjmvawz7p5bmxr";
};
};
statsd = { statsd = {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apcera"; owner = "apcera";