Skip to content

Commit ce346ad

Browse files
authored
docker-compose: 2.30.0 -> 2.30.3 (#356765)
2 parents 9fa90c0 + 0813984 commit ce346ad

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

77
src = fetchFromGitHub {
88
owner = "docker";
99
repo = "compose";
1010
rev = "v${version}";
11-
hash = "sha256-L31O/Hzn0jbu5VqVB18PZUSJPGfqU+73Jx3e1njxGiI=";
11+
hash = "sha256-L+RDO31LnQbWA22bkCrnU2QDF6+eCPwbPpzZxHGrZ1Q=";
1212
};
1313

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

19-
vendorHash = "sha256-j9gV1PNTqVRctbhnYRydGwJvBpb9uQCxcdBrQCdbBrg=";
19+
vendorHash = "sha256-IbDr2cTGmJZM8G2cj35CwfEX+DWVD0L4pUxHBvu9EfI=";
2020

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

0 commit comments

Comments
 (0)