phrase-cli: 2.39.0 -> 2.40.0

This commit is contained in:
R. Ryantm 2025-04-08 13:35:54 +00:00
parent 3367e70de7
commit 5d77aa4b32

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "phrase-cli";
version = "2.39.0";
version = "2.40.0";
src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-85XgRml1D6J4HkxiUk0zLlC+q0ylmN68hL0z73HG/Lk=";
sha256 = "sha256-d/B5XzEAM1GlpQxshy0kEJexF01FlF99hnoctKDXhp0=";
};
vendorHash = "sha256-k7y0sJTulCf234oMCccw+bk0pzsebqD82kkVX7xZluE=";
vendorHash = "sha256-VV4ctHj9fPosAgqBOfkqOKETSeGJXFPPP+kBMgqV2nk=";
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];