Skip to content

Commit cd5d16e

Browse files
committed
phrase-cli: 2.34.1 -> 2.35.2
1 parent 41edc75 commit cd5d16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ph/phrase-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "phrase-cli";
9-
version = "2.34.1";
9+
version = "2.35.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "phrase";
1313
repo = "phrase-cli";
1414
rev = version;
15-
sha256 = "sha256-N+1kh4p6gzBnWPSs7U4Ay1kUtJ04W3G0f+PzzwCylRQ=";
15+
sha256 = "sha256-PK8qrV1L9OX9DzfXfuwl3Zknhi08JN2wPtvsTZ9reZI=";
1616
};
1717

18-
vendorHash = "sha256-mfg10IwrPiLpI+9Y0QybKS8wOBnt3+tqsXgtGV1eHAs=";
18+
vendorHash = "sha256-UnPHYzxUf4G034tXL53bC2k0CYDtCi/jgXTFI2chF2U=";
1919

2020
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];
2121

0 commit comments

Comments
 (0)