File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/virtualization/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33buildGoModule 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
You can’t perform that action at this time.
0 commit comments