docker-color-output: fix binary name

This commit is contained in:
Sébastien Guimmara
2025-08-22 15:44:13 +02:00
parent 70af100566
commit bd87301823
@@ -16,6 +16,10 @@ buildGoModule rec {
hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
};
postInstall = ''
mv $out/bin/cli $out/bin/docker-color-output
'';
vendorHash = null;
passthru = {