From bc02bf2f21e8a40c36bfa2384f9e9b479a9aba3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Guimmara?= Date: Mon, 16 Feb 2026 09:43:15 +0100 Subject: [PATCH] docker-color-ourput: 2.6.1 -> 3.0.1 --- doc/release-notes/rl-2605.section.md | 2 ++ pkgs/by-name/do/docker-color-output/package.nix | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md index be7d2c29cb56..6f8b5ccb9cc1 100644 --- a/doc/release-notes/rl-2605.section.md +++ b/doc/release-notes/rl-2605.section.md @@ -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. diff --git a/pkgs/by-name/do/docker-color-output/package.nix b/pkgs/by-name/do/docker-color-output/package.nix index f9bc39363722..45b1918d3ae7 100644 --- a/pkgs/by-name/do/docker-color-output/package.nix +++ b/pkgs/by-name/do/docker-color-output/package.nix @@ -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 { };