docker-compose: 1.28.5 -> 1.28.6

This commit is contained in:
R. RyanTM 2021-03-23 16:01:26 +00:00
parent 80cef4476a
commit 276739da7a

View file

@ -8,12 +8,12 @@
}:
buildPythonApplication rec {
version = "1.28.5";
version = "1.28.6";
pname = "docker-compose";
src = fetchPypi {
inherit pname version;
sha256 = "b3ff8f0352eb4055c4c483cb498aeff7c90195fa679f3caf7098a2d6fa6030e5";
sha256 = "1d44906f7ab738ba2d1785130ed31b16111eee6dc5a1dbd7252091dae48c5281";
};
# lots of networking and other fails