docker_compose : 1.18.0 -> 1.19.0
Update Docker Compose to the latest version released. Various bugfixes and updates as specified at https://github.com/docker/compose/releases/tag/1.19.0
This commit is contained in:
parent
d84f18e288
commit
f27ade62bd
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
, enum34, functools32,
|
, enum34, functools32,
|
||||||
}:
|
}:
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "1.18.0";
|
version = "1.19.0";
|
||||||
pname = "docker-compose";
|
pname = "docker-compose";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2930cbfe2685018fbb75377600ab6288861d9955717b3f14212f63950351d379";
|
sha256 = "02zgbwf0ffiazswhyangdfhnxia2i43a40rbi67sz2nqnzjf09zj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# lots of networking and other fails
|
# lots of networking and other fails
|
||||||
|
|
Loading…
Reference in a new issue