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

docker-compose: 1.26.2 -> 1.27.4

authored by Maximilian Bosch and committed by GitHub fd28991c d6a12e8d

+2 -2
+2 -2
pkgs/applications/virtualization/docker-compose/default.nix
··· 8 8 }: 9 9 10 10 buildPythonApplication rec { 11 - version = "1.26.2"; 11 + version = "1.27.4"; 12 12 pname = "docker-compose"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "0c3v30z7jlbxm9nxs42vv3nbja0zsppkcd6fnd0mjcm1s60hyssp"; 16 + sha256 = "5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83"; 17 17 }; 18 18 19 19 # lots of networking and other fails