mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
phraseapp: 1.6.0 -> 1.11.0 (#46972)
This commit is contained in:
parent
c4b4bc0084
commit
5bd92271cc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "phraseapp-client-${version}";
|
name = "phraseapp-client-${version}";
|
||||||
version = "1.6.0";
|
version = "1.11.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/phrase/phraseapp-client";
|
goPackagePath = "github.com/phrase/phraseapp-client";
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
@ -11,9 +11,13 @@ buildGoPackage rec {
|
|||||||
owner = "phrase";
|
owner = "phrase";
|
||||||
repo = "phraseapp-client";
|
repo = "phraseapp-client";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rgwl0rgkci045hg36s0q8jwkni1hzapqpi0mc0gk3rl7nagw622";
|
sha256 = "0lfx0wv95hgczi74qnkw2cripwgvl53z2gi5i6nyflisy4r7vvkr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ln -s $bin/bin/phraseapp-client $bin/bin/phraseapp
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://docs.phraseapp.com;
|
homepage = http://docs.phraseapp.com;
|
||||||
description = "PhraseApp API v2 Command Line Client";
|
description = "PhraseApp API v2 Command Line Client";
|
||||||
|
Loading…
Reference in New Issue
Block a user