Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
keybase: 1.0.20 -> 1.0.22
  • Loading branch information
peterhoeg committed May 13, 2017
1 parent 0afb6d7 commit c4b0df8
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.20";
version = "1.0.22";

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

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

0 comments on commit c4b0df8

Please sign in to comment.