docker-compose 2.24.5 -> 2.24.6 https://github.com/docker/compose/releases attrpath: docker-compose Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-KR+4OZKabshnGpkPq8vtEutvQUE+3jVwAlfAwFVlscU=" [golangModuleVersion] Replaced vendorHash with sha256-0YZ36fouuVjj12a7d9F8OkJAmtLIHo0bZhcmOYO5Ki4= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/virtualization/docker/compose.nix b/pkgs/applications/virtualization/docker/compose.nix index f6f2e5f5a843..e3f0ec1b97bd 100644 --- a/pkgs/applications/virtualization/docker/compose.nix +++ b/pkgs/applications/virtualization/docker/compose.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "docker-compose"; - version = "2.24.5"; + version = "2.24.6"; src = fetchFromGitHub { owner = "docker"; repo = "compose"; rev = "v${version}"; - hash = "sha256-mn6HkGLQM5kx6yzV4IK+GTV6pCoIm1CNjQ8AZLv3sMw="; + hash = "sha256-CrQM9fTXGI3uGAk2yk/+enBr9LuMhNFLFBYHT78lNWc="; }; postPatch = '' @@ -16,7 +16,7 @@ buildGoModule rec { rm -rf e2e/ ''; - vendorHash = "sha256-KR+4OZKabshnGpkPq8vtEutvQUE+3jVwAlfAwFVlscU="; + vendorHash = "sha256-0YZ36fouuVjj12a7d9F8OkJAmtLIHo0bZhcmOYO5Ki4="; ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ]; Successfully finished processing cachix "/nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
17 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/docker/compose/releases. meta.description for docker-compose is: Docker CLI plugin to define and run multi-container applications with Docker meta.homepage for docker-compose is: https://github.com/docker/compose ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/docker/compose/releases/tag/v2.24.6) - [Compare changes on GitHub](https://github.com/docker/compose/compare/v2.24.5...v2.24.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.24.6 with grep in /nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6 - found 2.24.6 in filename of file in /nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6 ---
Rebuild report (if merged into master) (click to expand) ``` 19 total rebuild path(s) 19 package rebuild(s) First fifty rebuilds by attrpath airlift apptainer apptainer-overriden-nixos charliecloud docker docker-client docker-compose docker-gc docker-sbom docker_20_10 docker_24 fn-cli nvidia-docker pipework python311Packages.jupyter-repo2docker python312Packages.jupyter-repo2docker singularity singularity-overriden-nixos udocker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A docker-compose https://github.com/r-ryantm/nixpkgs/archive/ac02aacc4e3a16b74a3e0b03feceb768d2887b4d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ac02aacc4e3a16b74a3e0b03feceb768d2887b4d#docker-compose ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6 ls -la /nix/store/ib39l84xamcgyqf0ck5dzpjmhdvv1j34-docker-compose-2.24.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
17 packages built:
--- ###### Maintainer pings cc @babariviere for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/289195