We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f20dd10 + cd5d16e commit ccb7e35Copy full SHA for ccb7e35
pkgs/by-name/ph/phrase-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "phrase-cli";
9
- version = "2.34.1";
+ version = "2.35.2";
10
11
src = fetchFromGitHub {
12
owner = "phrase";
13
repo = "phrase-cli";
14
rev = version;
15
- sha256 = "sha256-N+1kh4p6gzBnWPSs7U4Ay1kUtJ04W3G0f+PzzwCylRQ=";
+ sha256 = "sha256-PK8qrV1L9OX9DzfXfuwl3Zknhi08JN2wPtvsTZ9reZI=";
16
};
17
18
- vendorHash = "sha256-mfg10IwrPiLpI+9Y0QybKS8wOBnt3+tqsXgtGV1eHAs=";
+ vendorHash = "sha256-UnPHYzxUf4G034tXL53bC2k0CYDtCi/jgXTFI2chF2U=";
19
20
ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];
21
0 commit comments