docker-color-output: fix binary name (#435885)

This commit is contained in:
Paul Haerle
2025-08-24 21:10:33 +02:00
committed by GitHub
@@ -16,6 +16,10 @@ buildGoModule rec {
hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
};
postInstall = ''
mv $out/bin/cli $out/bin/docker-color-output
'';
vendorHash = null;
passthru = {