phraseapp-client: 1.4.5 -> 1.6.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.6.0 with grep in /nix/store/az4qq1mvxnr766djymjci1vv6rlz97k7-phraseapp-client-1.6.0-bin
- found 1.6.0 in filename of file in /nix/store/az4qq1mvxnr766djymjci1vv6rlz97k7-phraseapp-client-1.6.0-bin

cc "@manveru @ehmry @lethalman"
This commit is contained in:
Ryan Mulligan 2018-02-27 09:41:24 -08:00 committed by Robin Gloster
parent f82d282c0a
commit 798fb575c2

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "phraseapp-client-${version}";
version = "1.4.5";
version = "1.6.0";
goPackagePath = "github.com/phrase/phraseapp-client";
subPackages = [ "." ];
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "phrase";
repo = "phraseapp-client";
rev = version;
sha256 = "0zky7jcs7h6zmvkb0na4la6h7g63jlrziifqk831fd1gspdzgajp";
sha256 = "0rgwl0rgkci045hg36s0q8jwkni1hzapqpi0mc0gk3rl7nagw622";
};
meta = with stdenv.lib; {