11 src = fetchFromGitHub {
15 hash = "sha256-SJFQFOd9m+38TsclIs4FxAl9kejgcUG895qjy4iXKdk=";
29 description = "Command line client for the Scalingo PaaS";
30 mainProgram = "scalingo";
31 homepage = "https://doc.scalingo.com/platform/cli/start";
32 changelog = "https://github.com/Scalingo/cli/blob/master/CHANGELOG.md";
33 license = licenses.bsdOriginal;
34 maintainers = with maintainers; [ cimm ];
35 platforms = with lib.platforms; unix;