Skip to content

Commit e318e4a

Browse files
committed
docker-compose: 2.32.4 -> 2.33.0
1 parent 82dc1d7 commit e318e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/virtualization/docker/compose.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
buildGoModule rec {
44
pname = "docker-compose";
5-
version = "2.32.4";
5+
version = "2.33.0";
66

77
src = fetchFromGitHub {
88
owner = "docker";
99
repo = "compose";
1010
rev = "v${version}";
11-
hash = "sha256-t2XW75PuoZAZ0Nw2CMnP73BwJSpt5BtzGJLAM5zqbrI=";
11+
hash = "sha256-4fZzSCEiaauym+Bq327Aj4+XIRaUwIUmzc+63k35Yf4=";
1212
};
1313

1414
postPatch = ''
1515
# entirely separate package that breaks the build
1616
rm -rf e2e/
1717
'';
1818

19-
vendorHash = "sha256-UP1SDAaoGD1iYqb0RKCZgB22CuE2OU8FW7YFPxiY42w=";
19+
vendorHash = "sha256-9WbGLpj3O9Wk58QyuGaGoLlQ4pwra+63bWwCMFqb/uI=";
2020

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

0 commit comments

Comments
 (0)