docker-color-output: fix binary name (#435885)
This commit is contained in:
@@ -16,6 +16,10 @@ buildGoModule rec {
|
||||
hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/cli $out/bin/docker-color-output
|
||||
'';
|
||||
|
||||
vendorHash = null;
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user