Merge pull request #183723 from r-ryantm/auto-update/phrase-cli
phrase-cli: 2.4.12 -> 2.5.1
This commit is contained in:
commit
ce976ae108
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "phrase-cli";
|
pname = "phrase-cli";
|
||||||
version = "2.4.12";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phrase";
|
owner = "phrase";
|
||||||
repo = "phrase-cli";
|
repo = "phrase-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-+/hs6v3ereja2NtGApVBA3rTib5gAiGndbDg+FybWco=";
|
sha256 = "sha256-nDeX8h2rGKIuN2h29Fmr5V7THVXnw23lyn/FKUQ3veM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-Pt+F2ICuOQZBjMccK1qq/ueGOvnjDmAM5YLRINk2u/g=";
|
vendorSha256 = "sha256-Y/COa58r/1wN+bkUolXov+LOy0nyXgbUYbkmRWXxl0E=";
|
||||||
|
|
||||||
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];
|
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue