Skip to content

Commit

Permalink
Merge pull request NixOS#289195 from r-ryantm/auto-update/docker-compose
Browse files Browse the repository at this point in the history
docker-compose: 2.24.5 -> 2.24.6
  • Loading branch information
drupol authored Feb 16, 2024
2 parents a18b631 + ac02aac commit 571716e
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.24.5";
version = "2.24.6";

src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
hash = "sha256-mn6HkGLQM5kx6yzV4IK+GTV6pCoIm1CNjQ8AZLv3sMw=";
hash = "sha256-CrQM9fTXGI3uGAk2yk/+enBr9LuMhNFLFBYHT78lNWc=";
};

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

vendorHash = "sha256-KR+4OZKabshnGpkPq8vtEutvQUE+3jVwAlfAwFVlscU=";
vendorHash = "sha256-0YZ36fouuVjj12a7d9F8OkJAmtLIHo0bZhcmOYO5Ki4=";

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

Expand Down

0 comments on commit 571716e

Please sign in to comment.