Merge pull request #110283 from r-ryantm/auto-update/docker-compose

docker-compose: 1.27.4 -> 1.28.0
This commit is contained in:
Maximilian Bosch 2021-01-22 23:25:29 +01:00 committed by GitHub
commit c6d4197e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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