docker-compose: 1.27.4 -> 1.28.0

This commit is contained in:
R. RyanTM 2021-01-21 07:50:25 +00:00
parent b68a3e7906
commit a17adff3e9

View File

@ -8,12 +8,12 @@
}: }:
buildPythonApplication rec { buildPythonApplication rec {
version = "1.27.4"; version = "1.28.0";
pname = "docker-compose"; pname = "docker-compose";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83"; sha256 = "947888fe9377b48c260d59b6511ba205655c6beb45a4b70fbce28f753aacf75a";
}; };
# lots of networking and other fails # lots of networking and other fails