Merge pull request #28412 from rvolosatovs/update/keybase

keybase: 1.0.27 -> 1.0.28
This commit is contained in:
Joachim F 2017-08-20 20:09:17 +00:00 committed by GitHub
commit b51451b86c

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.27";
version = "1.0.28";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "0s68awgaq32hl5rvcrnhn9i98dwh23kws0l4czcghyn6imx8h89i";
sha256 = "03ldg7r0d9glccbx2xb3g3xyla82j5hkmmwfvzdqg43740l51mci";
};
buildFlags = [ "-tags production" ];
@ -22,6 +22,6 @@ buildGoPackage rec {
homepage = https://www.keybase.io/;
description = "The Keybase official command-line utility and service.";
platforms = platforms.linux;
maintainers = with maintainers; [ carlsverre np ];
maintainers = with maintainers; [ carlsverre np rvolosatovs ];
};
}