nginxModules.upstream-tarantool: 2.7 -> 2.7.1

This commit is contained in:
Izorkin 2019-04-20 23:11:08 +03:00
parent 6a154d00c3
commit d1dff5a9ec

View File

@ -356,8 +356,8 @@ in
src = fetchFromGitHub {
owner = "tarantool";
repo = "nginx_upstream_module";
rev = "v2.7";
sha256 = "05dwj0caj910p7kan2qjvm6x2x601igryhny2xzr47hhsk5q1cnx";
rev = "v2.7.1";
sha256 = "0ya4330in7zjzqw57djv4icpk0n1j98nvf0f8v296yi9rjy054br";
};
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
};