Skip to content

Commit

Permalink
docker-compose: 2.31.0 -> 2.32.1 (NixOS#366292)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 21, 2024
2 parents 4041419 + 03942a4 commit fd52537
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.31.0";
version = "2.32.1";

src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
hash = "sha256-l+xSd7eIpEy6A1mtx3WrcPQl7071IdJkbHKXbe4uFdA=";
hash = "sha256-b+HaFXi3Z2vOU2saEvg22uLHbJLdM4dGEZeI6lvI/dk=";
};

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

vendorHash = "sha256-nBexI2hr+lKPe4HCYiNVtmc0Rl5Hhj/+TwSftYWVdQw=";
vendorHash = "sha256-AOLAyyg8ZFPjreK/PEY+TJy4puxqMCg5kjEyBfEfmPk=";

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

Expand Down

0 comments on commit fd52537

Please sign in to comment.