phrase-cli: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2022-10-20 18:46:42 +00:00 committed by Bobby Rong
parent f9d522d170
commit 4e9c16bee9

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "phrase-cli";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-VE9HsNZJ6bPgqhWUpxf5/dC6giGaK3H9bawSs0S2SJ8=";
sha256 = "sha256-qTZDOiLpStunKE/LW+nrdFdj90jVZRG0jGYRHueG0aY=";
};
vendorSha256 = "sha256-1TXDGs3ByBX8UQWoiT7hFZpwbwFlDhHHU03zw4+Zml0=";