Merge pull request #90418 from r-ryantm/auto-update/phraseapp-client

phraseapp-client: 1.11.0 -> 1.17.1
This commit is contained in:
Ryan Mulligan 2020-11-24 07:42:48 -08:00 committed by GitHub
commit 77e2529875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "phraseapp-client";
version = "1.11.0";
version = "1.17.1";
goPackagePath = "github.com/phrase/phraseapp-client";
subPackages = [ "." ];
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "phrase";
repo = "phraseapp-client";
rev = version;
sha256 = "0lfx0wv95hgczi74qnkw2cripwgvl53z2gi5i6nyflisy4r7vvkr";
sha256 = "0j8fygp9bw68p1736hq7n7qv86rghchxbdm1xibvk5jpgph1nzl7";
};
postInstall = ''