docker-compose: 2.39.4 -> 5.0.0 (#448898)

This commit is contained in:
Sandro
2025-12-10 13:37:22 +00:00
committed by GitHub
@@ -6,21 +6,16 @@
buildGoModule rec {
pname = "docker-compose";
version = "2.39.4";
version = "5.0.0";
src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
hash = "sha256-NDNyXK4E7TkviESHLp8M+OI56ME0Hatoi9eWjX+G1zo=";
tag = "v${version}";
hash = "sha256-7g9l9SBxPY3jMS3DWZNI/fhOZN1oZo1qkUfhMfbzAaM=";
};
postPatch = ''
# entirely separate package that breaks the build
rm -rf pkg/e2e/
'';
vendorHash = "sha256-Uqzul9BiXHAJ1BxlOtRS68Tg71SDva6kg3tv7c6ar2E=";
vendorHash = "sha256-COfB0MLBMOfTdLbpShBkMOEule/1cu6Bo5lm1ieO/nA=";
ldflags = [
"-X github.com/docker/compose/v2/internal.Version=${version}"