Skip to content

Commit

Permalink
keybase: 1.0.40 -> 1.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 25, 2018
1 parent 7b2cff9 commit fdadd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/keybase/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.40";
version = "1.0.42";

goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "05x0h87dinl8zaqikr1sx38bv1n6ymxqp440b384d8y76w66rphi";
sha256 = "0vjwyg542hiswcs89csh2vbkfyixlzk3zswjn7x7d1pifrckys0r";
};

buildFlags = [ "-tags production" ];
Expand Down

0 comments on commit fdadd97

Please sign in to comment.