1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-Gp4whRxKhZfs0eFxTTrnrtqJAaWGX4ueKKoLUgbz4Ts=";
14 vendorSha256 = "sha256-ANRcgeZYtcWGbK8c9KE8joo97d8LKvKA8/A+/rrjOoM=";
17 inherit (src.meta) homepage;
18 description = "WakaTime command line interface";
20 Command line interface to WakaTime used by all WakaTime text editor
21 plugins. You shouldn't need to directly use this package unless you
22 are building your own plugin or your text editor's plugin asks you
23 to install the wakatime CLI interface manually.
25 license = licenses.bsd3;
26 mainProgram = "wakatime-cli";