forked from mirrors/nixpkgs
nginxModules.upstream-tarantool: 2.7 -> 2.7.1
This commit is contained in:
parent
6a154d00c3
commit
d1dff5a9ec
|
@ -356,8 +356,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tarantool";
|
owner = "tarantool";
|
||||||
repo = "nginx_upstream_module";
|
repo = "nginx_upstream_module";
|
||||||
rev = "v2.7";
|
rev = "v2.7.1";
|
||||||
sha256 = "05dwj0caj910p7kan2qjvm6x2x601igryhny2xzr47hhsk5q1cnx";
|
sha256 = "0ya4330in7zjzqw57djv4icpk0n1j98nvf0f8v296yi9rjy054br";
|
||||||
};
|
};
|
||||||
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
|
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue