docker-compose 2.17.3 -> 2.18.1 https://repology.org/project/docker-compose/versions 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-YnGO5ccl1W3Q6DQ+6cEw7AEZTSbPcvJdQIWzWbQJ9Yo=" [golangModuleVersion] Replaced vendorHash with sha256-RXxuHfNzJe+qLw4A+3jZQTJQgro5sXau4+Ff6OG0GtU= [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/virtualization/docker/compose.nix b/pkgs/applications/virtualization/docker/compose.nix index 311e486484c..15676a993c6 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.17.3"; + version = "2.18.1"; src = fetchFromGitHub { owner = "docker"; repo = "compose"; rev = "v${version}"; - sha256 = "sha256-9P6WpTefcyKtpPGbe+nxoatG/i8v8C/vOX28j9Cu1Hc="; + sha256 = "sha256-Zx6yN3hQ3o2yvzNEJ65Q4dtnOvTg/tNa8MJvTZuwick="; }; postPatch = '' @@ -16,7 +16,7 @@ buildGoModule rec { rm -rf e2e/ ''; - vendorHash = "sha256-YnGO5ccl1W3Q6DQ+6cEw7AEZTSbPcvJdQIWzWbQJ9Yo="; + vendorHash = "sha256-RXxuHfNzJe+qLw4A+3jZQTJQgro5sXau4+Ff6OG0GtU="; ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ]; Successfully finished processing cachix "/nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
16 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/docker-compose/versions. 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.18.1) - [Compare changes on GitHub](https://github.com/docker/compose/compare/v2.17.3...v2.18.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.18.1 with grep in /nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1 - found 2.18.1 in filename of file in /nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1 ---
Rebuild report (if merged into master) (click to expand) ``` 17 total rebuild path(s) 17 package rebuild(s) First fifty rebuilds by attrpath apptainer apptainer-overriden-nixos apx charliecloud docker docker-client docker-compose docker-gc docker_20_10 fn-cli nvidia-docker pipework python310Packages.jupyter-repo2docker python311Packages.jupyter-repo2docker singularity singularity-overriden-nixos udocker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1 \ --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/4c60cb50ca6506d95bae6b9636fb01bc97955cc1.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1 ls -la /nix/store/x00rcm4gv5bka6c4zl5gb413sw7xi7x7-docker-compose-2.18.1/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)
16 packages built:
--- ###### Maintainer pings cc @babariviere @SuperSandro2000 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/232744