Skip to content

Commit

Permalink
Merge pull request #223601 from r-ryantm/auto-update/docker-compose
Browse files Browse the repository at this point in the history
docker-compose: 2.17.0 -> 2.17.2
  • Loading branch information
SuperSandro2000 committed Mar 30, 2023
2 parents faf8468 + 0cbb794 commit 70b34ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/docker/compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

buildGoModule rec {
pname = "docker-compose";
version = "2.17.0";
version = "2.17.2";

src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
sha256 = "sha256-4gKVKnAMuwDv+PYbfFjl+8lO2ObuRb2Iflz5Xa/SNgA=";
sha256 = "sha256-cPvbPvrTUMN/JYGXLat2obsulicCn0uasPdiRxtuJRg=";
};

postPatch = ''
# entirely separate package that breaks the build
rm -rf e2e/
'';

vendorHash = "sha256-xvyIEOyRCpd6xshyMMaRWQczhUVvI5wIN91wVpbT65s=";
vendorHash = "sha256-XQZZEfS9ZrR/JKa11YWowsWhO8f4MVBmGkDhptMs43E=";

ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ];

Expand Down

0 comments on commit 70b34ae

Please sign in to comment.