docker-color-ourput: 2.6.1 -> 3.0.1

This commit is contained in:
Sébastien Guimmara
2026-02-16 15:52:10 +01:00
parent 64eab581dd
commit bc02bf2f21
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -131,6 +131,8 @@
retained for packages that have not completed migration. `asio_1_10` has been removed as no packages depend on it anymore.
`asio` also no longer propagates `boost` as it is used independent from `boost` in most cases.
- `docker-color-output` has been updated from major version 2 to 3. One breaking change is, that they switched to [YAML-based configuration files](https://github.com/devemio/docker-color-output?tab=readme-ov-file#configuration).
- `stalwart-mail` has been renamed to `stalwart`
- Ethercalc and its associated module have been removed, as the package is unmaintained and cannot be installed from source with npm now.
@@ -7,20 +7,20 @@
buildGoModule (finalAttrs: {
pname = "docker-color-output";
version = "2.6.1";
version = "3.0.1";
src = fetchFromGitHub {
owner = "devemio";
repo = "docker-color-output";
tag = finalAttrs.version;
hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
tag = "v${finalAttrs.version}";
hash = "sha256-Rpym9YckgJ583zgPpC/mQW1IGgQUppemFhAecgy3M8A=";
};
postInstall = ''
mv $out/bin/cli $out/bin/docker-color-output
'';
vendorHash = null;
vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
passthru = {
updateScript = nix-update-script { };