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:
Suvash Thapaliya 2018-02-18 18:10:15 +01:00
parent d84f18e288
commit f27ade62bd
No known key found for this signature in database
GPG key ID: BB8D4E7B4156AAA6

View file

@ -6,12 +6,12 @@
, enum34, functools32,
}:
buildPythonApplication rec {
version = "1.18.0";
version = "1.19.0";
pname = "docker-compose";
src = fetchPypi {
inherit pname version;
sha256 = "2930cbfe2685018fbb75377600ab6288861d9955717b3f14212f63950351d379";
sha256 = "02zgbwf0ffiazswhyangdfhnxia2i43a40rbi67sz2nqnzjf09zj";
};
# lots of networking and other fails