Skip to content

Commit 247dc49

Browse files
authored
docker-compose: 2.33.0 -> 2.33.1 (#385198)
2 parents cba67f6 + d4ca639 commit 247dc49

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.33.0";
5+
version = "2.33.1";
66

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

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

19-
vendorHash = "sha256-9WbGLpj3O9Wk58QyuGaGoLlQ4pwra+63bWwCMFqb/uI=";
19+
vendorHash = "sha256-1yIWVuI8+2tmS0gg4kebKiFxQASPVcc6XgFyN3LvXJA=";
2020

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

0 commit comments

Comments
 (0)