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.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
You can’t perform that action at this time.
0 commit comments