1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-SJFQFOd9m+38TsclIs4FxAl9kejgcUG895qjy4iXKdk=";
25 description = "Command line client for the Scalingo PaaS";
26 mainProgram = "scalingo";
27 homepage = "https://doc.scalingo.com/platform/cli/start";
28 changelog = "https://github.com/Scalingo/cli/blob/master/CHANGELOG.md";
29 license = licenses.bsdOriginal;
30 maintainers = with maintainers; [ cimm ];
31 platforms = with lib.platforms; unix;