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
1 changed files with 3 additions and 3 deletions

View File

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