Unverified Commit bd873018 authored by Sébastien Guimmara's avatar Sébastien Guimmara
Browse files

docker-color-output: fix binary name

parent 70af1005
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ buildGoModule rec {
    hash = "sha256-r11HNRXnmTC1CJR871sX7xW9ts9KAu1+azwIwXH09qg=";
  };

  postInstall = ''
    mv $out/bin/cli $out/bin/docker-color-output
  '';

  vendorHash = null;

  passthru = {