1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-4+PS85cZZR8lKjBTtWC72P713dYO+8IDZbiTNKY/YDA=";
14 vendorSha256 = "sha256-LlMBV52CG1uYW7I/e0VwoIIr0wk3ysc5gqrAlFRPsvE=";
16 ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];
19 ln -s $out/bin/phrase-cli $out/bin/phrase
23 homepage = "http://docs.phraseapp.com";
24 description = "PhraseApp API v2 Command Line Client";
25 license = licenses.mit;
26 maintainers = with maintainers; [ juboba ];