Skip to content

Commit

Permalink
docker-compose: 2.19.1 -> 2.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jul 19, 2023
1 parent da4daed commit afa41f7
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.19.1";
version = "2.20.2";

src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
sha256 = "sha256-/U1jaApmhrI+wctb01IIL2h4BaYHb2/7VsEEJnjs5Cg=";
sha256 = "sha256-i2/cydp3ZLnmutWW3lpoP2jPQIJ8M6nUTgfhOiz6SPk=";
};

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

vendorHash = "sha256-impVmzVZVIhUlAOmNFSzZBaSHgOhata1HDQ5yp3cbtk=";
vendorHash = "sha256-Njv2wzVQN4ySdU6NFrOwqS+V5f3/b5AMwgv1/vWnlz0=";

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

Expand Down

0 comments on commit afa41f7

Please sign in to comment.