keybase: update to 1.0.30

(cherry picked from commit 06896f26489d71fee5460556eaea86fb123a8245)
This commit is contained in:
Rob Vermaas 2017-09-19 07:34:35 +00:00
parent 84bfe7ed78
commit ef3cb5cc47
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.28";
version = "1.0.30";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "03ldg7r0d9glccbx2xb3g3xyla82j5hkmmwfvzdqg43740l51mci";
sha256 = "0vivc71xfi4y3ydd29b17qxzi10r3a1ppmjjws6vrs0gz58bz1j8";
};
buildFlags = [ "-tags production" ];