phrase-cli: 2.28.1 -> 2.29.0

This commit is contained in:
R. Ryantm
2024-06-27 14:54:09 +00:00
parent db4c8df48c
commit 1eb77d72db
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "phrase-cli";
version = "2.28.1";
version = "2.29.0";
src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-pGh1OorNF2fe5rKkszQc2PadrrN/Kpx0+7E5fJERYpQ=";
sha256 = "sha256-5f38D1+nK/yxJSdw4pgCfmWYlgCFxaE9Oey8/UwvR30=";
};
vendorHash = "sha256-lXgTi6hYDBK1QGw8RQoNIHIlmyHPM6z8RYAmbW7N42s=";
vendorHash = "sha256-Uqp+ZEdWDW5sA9EfjYX2ydMGmcGI4rPUINb3D2RlrQY=";
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];