Unverified Commit 8fac9d97 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

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

parents 17b83ed9 bd873018
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 = {